Where allowed to run: All environments (*ALL) Threadsafe: Yes |
Parameters Examples Error messages |
The Start Prestart Jobs (STRPJ) command starts jobs for a prestart job entry in an active subsystem when there are no currently active prestart jobs for the prestart job entry.
This command is valid after an ENDPJ command is complete, or when all prestart jobs have been ended by the system due to an error or were never started during subsystem start up due to STRJOBS (*NO) on the ADDPJE command. The number of jobs started is determined by the INLJOBS value on the prestart job entry.
Restrictions:
Top |
Keyword | Description | Choices | Notes |
---|---|---|---|
SBS | Subsystem | Name | Required, Positional 1 |
PGM | Program | Qualified object name | Required, Positional 2 |
Qualifier 1: Program | Name | ||
Qualifier 2: Library | Name, *LIBL, *CURLIB |
Top |
Specifies the name of the active subsystem that contains the prestart job entry.
This is a required parameter.
Top |
Specifies the name of the program that identifies the prestart job entry. This program name is used to match an incoming request.
This is a required parameter.
Qualifier 1: Program
Qualifier 2: Library
Top |
STRPJ SBS(SBS1) PGM(PJLIB/PJPGM)
This command starts prestart jobs for prestart job entry PJPGM in subsystem SBS1. Subsystem SBS1 must be active when this command is issued. The number of jobs started is the number specified in the INLJOBS value of prestart job entry PJPGM. The subsystem starts program PJPGM in library PJLIB.
Top |
*ESCAPE Messages
Top |