Where allowed to run: All environments (*ALL) Threadsafe: No |
Parameters Examples Error messages |
The Change Parameter Data (CHGDTAJS) command allows you to change parameter data for the parameter that you specify.
Top |
Keyword | Description | Choices | Notes |
---|---|---|---|
PARM | Parameter name | Name | Required, Key, Positional 1 |
PARMDATA | Parameter data | Character value, *SAME | Optional, Positional 2 |
Top |
Specifies the parameter whose data you want to change. If you enter a parameter that has not been added to Advanced Job Scheduler, you will receive an error message.
This is a required parameter.
Top |
Specifies the user-defined parameter data for the parameter specified for the Parameter name (PARM) parameter.
Top |
CHGDTAJS PARM(FRDATE) PARMDATA('12/01/99')
This command changes parameter FRDATE to be 12/01/99. The date format in PARMDATA is mm/dd/yy for this example.
Top |
Top |