HP 3000 Manuals

ELSE Statement with Conditional Compilation [ COBOL/HP-UX Language Reference for the Series 700 and 800 ] MPE/iX 5.0 Documentation


COBOL/HP-UX Language Reference for the Series 700 and 800

ELSE Statement with Conditional Compilation 

General Format 

     $ELSE 

General Rules 

   1.  The whole statement must appear on a single line.

   2.  The most recent $IF condition is reversed.  If the now active $IF
       condition is true the source lines following the $ELSE statement
       are processed.  If the $IF condition is false COBOL source lines
       are ignored until the next conditional compilation line is
       encountered.



MPE/iX 5.0 Documentation