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


Error example 2

z/OS DFSMSdss Storage Administration
SC23-6868-01

IF LASTCC = 0 -
  THEN -
    COPYDUMP ...
    /* ALTERNATE PATH */
  ELSE -
PRINT ...

Because no continuation character (hyphen) follows the comment, a null ELSE clause is assumed. ELSE is not matched with THEN, and an error message is issued. The PRINT command is ignored. Notice the correct use of the continuation character on the other lines.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014