SYSCMD
This optional parameter specifies a valid MVS system or JES command to be issue for each record in the SET result group.
The command is applied after any SORT specification is processed, which means that the commands are generated in sort order. You can use the ACT_SUM_LIM or ACT_COUNT parameter to limit the number of commands that are issued. The command can contain variables which will be replaced by values available in the result solution set created by the criteria defined in the solution. These are the same variables that are available for skeleton tailoring.
The command must be coded using the same syntax required for entering the command to the MCS console. The command cannot exceed 126 bytes in length after all variable substitutions are made and must be enclosed in single quotation marks.
Syntax | SYSCMD='<systemCommand>' |
---|---|
Default | None. |
Variable | The systemCommand variable is the name of a MVS system or JES command. |