Creating the Auto-start Job Entry for the Start Initiator Scheduler

Procedure

  1. End the subsystem using the following command: ENDSBS SBS(QSYSWRK).
  2. 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)
  3. 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.
  4. 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.
  5. To display auto-start job entries, select option 3 and press Enter.
  6. Verify that the entry exists and is correct. Then restart the subsystem using the following command: STRSBS SBSD(QSYSWRK)