SUBMIT: Find subsystem handling job submissions
This EXEC is scheduled by any EXEC or TS user who needs to submit a batch job.
The SUBMIT EXEC VGETs the value of the SHARED pool variable SUBMITSS. Then it calls the SUBMITOR EXEC to submit the job on the target SS whose identification was VPUT at initialization.
The following statement shows the format of the call from EXEC:
Use the following format for a TS-initiated request:
The following table lists the SUBMIT parameters.
SUBMIT parameters
Parameter | Required? | Description |
|---|---|---|
JOBNAME | Yes | Name of the job to submit |
Following is a list of return codes from SUBMIT:
Return code | Description |
|---|---|
0 | Call to SUBMITOR successful |
8 | Cannot VGET SUBMITSS variable |
12 | No jobname passed |