ADR179T
(xxx)-mmmmm(yy), A ‘SET’ COMMAND IS INVALID

Explanation

An invalid SET command was encountered. You can specify only the system variables PATCH, LASTCC, and MAXCC.

The PATCH values must be hexadecimal digits from X'00' through X'FF'. The PATCH offset must be a hexadecimal value from X'08' through X'0FFF'. Valid examples are SET PATCH 8 = FF and SET PATCH FFF = 42. The command SET PATCH 1000 = FF is invalid because the PATCH value is out of range.

The LASTCC and MAXCC values must be decimal numbers from 0 through 99999. However, a value greater than 16 will be reduced to 16. If the variable LASTCC is specified, a function command must have been previously encountered in the input command stream.

System action

The remainder of the command stream is ignored. The return code is 12.

Operator response

None.

Programmer response

Check the requirements of the SET statement, correct the error, then resubmit the job.

Source

DFSMSdss