CHGDTAJS (Change Parameter Data)
Note: To use this command, have the 5722-JS1 (Job Scheduler for iSeries) licensed program installed.
CHGDTAJS Command syntax diagram
Purpose
The Change Parameter Data (CHGDTAJS) command allows you to change parameter data for the parameter that you specify.
Required Parameters
- PARM
- Specifies the name of the parameter whose data you want to change. If you enter a parameter that has not been added to Job Scheduler, you will receive an error message.
This is a required parameter.
parameter-name: Specify the name of the parameter that you want to change.
Optional Parameters
- PARMDATA
- Specifies the user-defined parameter data for the parameter specified in the PARM parameter.
*SAME: The current value for the parameter does not change.
parameter-data: Specify the data for the parameter that you want to change.
Example for CHGDTAJS
Example 1: Changing Parameter Data
CHGDTAJS PARM(FRDATE) PARMDATA('12/01/99')In this example the parameter FRDATE is changed to be 12/01/99. The date format in PARMDATA is mm/dd/yy for this example.
Error messages for CHGDTAJS