CL Command Reference - STRGRPJS

CL Command List > STRGRPJS Reference

Description:

The Start Group using Job Scheduler (STRGRPJS) command allows you to start a job group. The group will start with the first job you specify and submit all jobs that follow the job. For instance, if a group contains 10 jobs, and you specify sequence number 5 for the Job (JOB) parameter, then jobs 5 through 10 will be submitted as a result of the STRGRPJS command. If you want to process the entire group, you should specify the name of the job that has sequence number 1. You can specify the submission time and parameter data associated with the group.


Examples:

STRGRPJS JOB(JOB02 APDAILY 20) TIME(*IMMED)

This command starts a group called APDAILY immediately, starting with the job sequence number 20.