bdfs1m0n | Structured Programming Macros |
Use this macro to continue conditional expressions across more than one line. This macro is used instead of the continuation character in column 72 of the previous line.
Format
|
Entry Requirements
You can only code this macro following a #DO, #IF, or #GOTO macro.
Return Conditions
Control is passed to the next sequential instruction.
Programming Considerations
#IF (CLI,0(R4),NL,C'0'),AND, # (CLI,0(R4),NH,C'9'),ORIF, # (CLI,0(R4),NL,C'A'),AND, # (CLI,0(R4),NH,C'Z')
#DO WHILE=(R2,GE,R3), # AND,(EBW000,BIT1,OFF), # UNTIL=(FIELD,ZERO)
Related Macros