Change Parameter Data (CHGDTAJS)

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

Parameters

Keyword Description Choices Notes
PARM Parameter name Name Required, Key, Positional 1
PARMDATA Parameter data Character value, *SAME Optional, Positional 2
Top

Parameter name (PARM)

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.

name
Specify the name of the parameter to be changed.
Top

Parameter data (PARMDATA)

Specifies the user-defined parameter data for the parameter specified for the Parameter name (PARM) parameter.

*SAME
The current value for the parameter does not change.
character-value
Specify the parameter data to be used for the parameter.
Top

Examples

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

Error messages

Unknown
Top