z/OS DFSMS Access Method Services Commands
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


SET Command

z/OS DFSMS Access Method Services Commands
SC23-6846-01

Use the SET command to change or reset a previously defined condition code. You can end all processing by setting MAXCC or LASTCC to 16. The syntax of the SET command is:

Command Parameters
SET {MAXCC|LASTCC}=number  
   
where:
SET
States that a condition code value is to be set. A SET command that follows a THEN or ELSE that is not run does not alter LASTCC or MAXCC.
MAXCC
Requires that the value to be reset is the maximum condition code set by a previous functional command. Setting MAXCC does not affect LASTCC.
LASTCC
Specifies that the value to be reset is the condition code set by the immediately preceding functional command.
number
Is the value to be assigned to MAXCC or LASTCC. The maximum value is 16; a greater value is reduced to 16. If the value of LASTCC is greater than MAXCC, MAXCC is set equal to the larger value.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014