7 90 2 SPACE Examples

LANSA Technical

7.90.2 SPACE Examples

Example 1: Space 1 line before printing a line called #TOTAL:

SPACE
PRINT      LINE(#TOTAL)
 

Example 2: Space 5 lines before and after printing a line called #TOTAL:

SPACE      NUM_LINES(5)
PRINT      LINE(#TOTAL)
SPACE      NUM_LINES(5)