Input parameters allow you to specify the following:
Alternatively, you can specify a dialog or task code using the ENTRY POINT control statement, as described later in this chapter. The ENTRY POINT statement overrides the input parameter specification.
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'
|
Copyright © 2013 CA.
All rights reserved.
|
|