Previous Topic: Runtime Control ParametersNext Topic: Control Statements


PARM Field Parameters

Input parameters allow you to specify the following:

Specifying Parameters

Under z/OS and z/VSE, you specify input parameters in the PARMS field parameter of the EXEC statement. The mainline dialog or application task code is specified as the first parameter. The runtime parameter is specified as the third parameter. The second parameter is reserved for future use. Parameters must be separated by commas. The value assigned to the job variable may not exceed 10 characters. For example:

PARM='DIALOG1'
PARM='TASKA,,ABCDEFG'

PARM=',,ABCDEFG'