Macro programming
Macro programming

Flow control

0min

You can use the following flow control commands in a job:

IF[x]-ELSE-ENDIF constructs to define x dependent execution

WHILE[x]-ENDWHILE constructs to define x dependent repeated execution

SUB <name>-ENDSUB constructs to define a subroutine

GOSUB <name> construct to call a subroutine