Creating the Auto-start Job Entry for the Start Initiator Scheduler
Procedure
End the subsystem using the following command:
ENDSBS SBS(QSYSWRK).
To create the auto-start job entry for CFSTRINT, enter the following command to move the job description:
MOVOBJ OBJ(“Product Library Name”/CFSTRINT#) OBJTYPE(*JOBD) TOLIB(QGPL)
After the job description is moved, to attach it the QSYSWRK subsystem, enter the following command:
ADDAJE SBSD(QSYSWRK) JOB(CFSCHED) JOBD(QGPL/CFSTRINT#)
Note: You can provide any name that is suitable for the job.
To verify the autostart job entry was successfully applied within the QSYSWRK subsystem, enter the following command:
DSPSBSD SBSD(QSYSWRK)
The subsystem description is displayed.
To display auto-start job entries, select option 3 and press Enter.
Verify that the entry exists and is correct. Then restart the subsystem using the following command:
STRSBS SBSD(QSYSWRK)