Directives
DEF ARG Define Temporary ARG value
   
Format DEF ARG( nnn )="value"

Where:

nnn Argument number to be changed
value New value to be returned for the specified ARG.
   
Description The DEF ARG directive can be used to change the values returned by the ARG function.

This directive allows you to temporarily override the value normally found following the -ARG parameter on the command line that launched the system

 

This is +PxPlus Exclusive

See Also ARG( ) Function