z/OS DFSMSdss Storage Administration
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Example 1

z/OS DFSMSdss Storage Administration
SC23-6868-01

Nested IF commands are used to determine whether a COPYDUMP, EOJ, or PRINT command is to be processed:
IF LASTCC > 4  -
  THEN IF MAXCC < 12  -
    THEN COPYDUMP ...
    ELSE EOJ
  ELSE IF LASTCC = 4  -
    THEN
    ELSE PRINT...

If the value of LASTCC is greater than 4, the value of MAXCC is to be tested. If the value of MAXCC is less than 12, the COPYDUMP command is processed, Otherwise, the EOJ command is processed. If LASTCC is 4, no action is taken. If LASTCC is less than 4, the PRINT command is processed.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014