0 pts.
 Job Schedule Entries Migration
Hi All, We are migrating from an 820 to a new 550 i5 this weekend. Does anyone know how we can migrate the current Job Schedule Entries on the 820 to the 550? Is there an API to the database that holds the Job Schedule Entry details that we can use to extract the info and then push it into the corresponding files on the 550 or is there another easier method? Thanks for any hints or tips :) Rayden.

Software/Hardware used:
ASKED: July 28, 2006  9:18 AM
UPDATED: December 13, 2009  12:04 PM

Answer Wiki:
IBM OS/400 and IBM i5/OS? Job Schedule Entries Technote What file contains job schedule entries for the standard job scheduler (WRKJOBSCDE)? Answer: Object QDFTJOBSCD in library QUSRSYS, object type *JOBSCD contains job schedule entries. This object may be restored from a backup. ====================================================== The job scheduler object can be saved and restored. If you're migrating to a new release, you might choose not to migrate the object itself though. The <a href="http://publib.boulder.ibm.com/infocenter/iseries/v5r4/index.jsp?topic=/apis/qwclscde.htm">List Job Schedule Entries (QWCLSCDE) API</a> can be used to retrieve the entries. The user space can be safely migrated across releases. The list can be processed on the new system and the entries can be added to the new job scheduler object on that system. Tom
Last Wiki Answer Submitted:  December 13, 2009  12:04 pm  by  Stanayres   0 pts.
All Answer Wiki Contributors:  Stanayres   0 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

Save and restore QUSRSYS/QDFTJOBSCD TYPE(*JOBSCD)

This will place all of the Job Scheduler entries on the new system. It is a good idea to back up this file on a regular basis.

 0 pts.

 

If you are using the Advanced Job Scheduler (5769JS1), save/restore library QUSRIJS. I did this as one of the tests when setting up my DR machine.

Regards,
Phil

 0 pts.