Commands
Description
BEGIN_LOOP
Begin a processing group
Y
DOUNTIL
Do until a condition is true.
DOWHILE
Do while a condition is true.
END_LOOP
End a processing loop
ENDFOR
Ends a FOR loop.
N
ENDUNTIL
End a DOUNTIL loop
ENDWHILE
End a DOWHILE loop
FOR
Enables the definition of a looping block of code.
KEEP_AVG
Keep average of fields
KEEP_COUNT
Keep count of fields
KEEP_MAX
Keep maximum of fields
KEEP_MIN
Keep minimum of fields
KEEP_TOTAL
Keep total of fields
CONTINUE
Continue next iteration of loop