
To verify that the Advanced Job Scheduler (AJS) is installed on your IBM i system, enter the command Display Software Resources (DSPSFWRSC) on the IBM i command line, and look for 5722JS1 or 5761JS1 in the list. Another quick way to verify that AJS is installed is to enter the command GO JS on a command line. If installed, you will see the AJS main menu. Note: even if the software license key has expired for AJS you will still be able to access job schedule information. AJS will not submit jobs if the license key has expired.
AJS is preloaded if ordered on a new system and if preload is requested for the new system. To migrate data from one IBM i system to a target IBM i system at the same version/release level, it is only necessary to delete the QUSRIJS library on the target IBM i and restore it from original system. To migrate data from an IBM i with different version/release levels, use the following instructions:
Installed release of AJS is after V5R2M0 on your target system
- Use the End Job Scheduler (ENDJS) command on a command line to end the job that monitors for AJS scheduled jobs.
- Rename the current data library QUSRIJS to QUSRIJSOLD using rename object command from your iSeries command line: RNMOBJ OBJ(QUSRIJS) OBJTYPE(*LIB) NEWOBJ(QUSRIJSOLD).
- Restore the QUSRIJS library from the previous release using the RSTLIB command.
- Use the Start Job Scheduler (STRJS) command on a command line to start the job monitor. This will convert the data files to V5R4M0 format automatically without going through a product install. This will take a few minutes to complete.
Installed release of AJS is prior to V5R3M0 on your target system
- Use the End Job Scheduler (ENDJS) command on a command line to end the job monitor.
- Use the Create Save File command (CRTSAVF) to create a file that will contain the licensed program product: CRTSAVF FILE(YOURLIB/YOURFILE).
- Save the AJS licensed program to the save file using the Save License Program command: SAVLICPGM LICPGM(5722JS1) DEV(*SAVF) SAVF(YOURLIB/YOURFILE).
- Delete the AJS licensed program using Delete Licensed Program command: DLTLICPGM LICPGM(5722JS1).
- Restore the QIJS library from the previous release using the RSTLIB command.
- Restore the QUSRIJS library from the previous release using the RSTLIB command.
- Restore the AJS licensed program from the save file using the Restore Licensed Program command: RSTLICPGM LICPGM(5722JS1) DEV(*SAVF) SAVF(YOURLIB/YOURFILE).
- Use the Start Job Scheduler (STRJS) command on a command line to start the job monitor.
|
|
 |
The Advanced Job Scheduler (AJS) is a keyed licensed program product. AJS is preloaded if ordered on a new system and if preload is requested for the new system. If you are trying to use AJS for the first time, the license key grace period may have expired. To verify the license key information use Work with License Information (WRKLICINF) command on a command location. Specify option 5 for product 5722JS1 or 5761JS1 to display the license information. Scroll through the display until you find the license key expiration date. To add a license key for AJS, use option 1 (Add license key) on the Work with License Information display.
|
|
 |
You may have IBM i job schedule entries that you want to add to the Advanced Job Scheduler (AJS). This can be accomplished by using Option 7 (Work with Operating System job schedule entries) on the System Controls menu (go JSSYSCTL). When you select this option, you are taken to the Work with Operating System Job Schedule Entries display where all of the operating system job schedule entries are listed. You can convert an operating system job schedule entry to AJS by selecting Option 8 (Add to Advanced Job Scheduler) for those entries.
In most cases, an operating system job schedule entry will move across to AJS with no changes. There may be instances where you must change the definition to add the entry to AJS. In those instances, you are given messages that suggest the method and the schedule code to use to successfully add the entry to AJS.
When an operating system job schedule entry is added to AJS, the status of the operating system job schedule entry is set to "hold." You should review the operating system job scheduler entries periodically to determine if you should remove jobs that have been added to AJS.
|