Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Macro name changed from html to html-bobswift during server to cloud migration processing.

Excerpt

Displays a list of parameters that will be inserted into the JCL. Each parameter consists of a Name and a Value. You can enter as many parameters as needed.

To add a parameter, click the + icon; add a Name and Value, and click the Update button. To delete a parameter, click the parameter on the list, the - icon, and the Update button.

Each parameter that you enter creates a separate JCL construct called the SET command. Each one appears as a new line inserted dynamically into the JCL submitted to the Controller for the current execution. The JCL is not permanently modified.

For example, you might specify a parameter Name = RUNTYPE and Value = PROD. This results in the following JCL SET statement being inserted in the job after the job card:

Panel

Html bobswift
<pre>
// SET RUNTYPE=PROD
</pre>

The Parameter fields also support two additional special functions: