JOBSTEP parameter: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
{{Template:JOBSTEP parameter subtitle}}
==Summary==
==Summary==
<dl>
<dl>
Line 13: Line 14:
</dl>
</dl>
==Description==
==Description==
<p> The JOBSTEP parameter should be blank unless you are executing a JCL PROC.</p>
<p> The JOBSTEP parameter will have a blank value unless you are executing a JCL PROC.</p>
<p>When <var class="product">Model&nbsp;204</var> runs as part of a JCL PROC, and you execute the same JCL PROC repeatedly in a given JCL stream, you can identify each JCL PROC by its JOBSTEP value.</p>
<p>When <var class="product">Model&nbsp;204</var> runs as part of a JCL PROC, and you execute the same JCL PROC repeatedly in a given JCL stream, you can identify each JCL PROC by its JOBSTEP value.</p>
<p>JOBSTEP: the JOBSTEP name on the EXEC JCL card that runs the JCL PROC.</p>
<p>JOBSTEP: the JOBSTEP name on the EXEC JCL card that runs the JCL PROC.</p>
<p>STEPNM (if JOBSTEP is not blank): the name on the EXEC JCL card that specifies the module name in the  PGM=JCL parameter.</p>
<p><var>[[STEPNM_parameter|STEPNM]]</var> (if JOBSTEP is not blank): the name on the EXEC JCL card that specifies the module name in the  PGM=JCL parameter.</p>
<p>Example:</p>
<p>Example:</p>
<p class="code">//PROCNM PROC ZGM=ONLINE
<p class="code">//PROCNM PROC ZGM=ONLINE

Latest revision as of 15:47, 28 October 2014

Job step name

Summary

Default value
None
Parameter type
System
Where set
View-only
Related products
All
Introduced
Model 204 V7.4

Description

The JOBSTEP parameter will have a blank value unless you are executing a JCL PROC.

When Model 204 runs as part of a JCL PROC, and you execute the same JCL PROC repeatedly in a given JCL stream, you can identify each JCL PROC by its JOBSTEP value.

JOBSTEP: the JOBSTEP name on the EXEC JCL card that runs the JCL PROC.

STEPNM (if JOBSTEP is not blank): the name on the EXEC JCL card that specifies the module name in the PGM=JCL parameter.

Example:

//PROCNM PROC ZGM=ONLINE //ONLINE EXEC PGM=&ZGM, <<<<< STEPNM parameter value .... // PEND //JOBSTNM EXEC PROCNM ZGM=ONLINE <<<< JOBSTEP parameter value .... V JOBSTEP JOBSTEP JOBSTNM JOB STEP NAME V STEPNM STEPNM ONLINE STEP NAME

The JOBSTEP parameter also appears in the informational message M204.0061 during system initialization.