Statements
BREAK & CONTINUE
For a comprehensive explanation, refer to Conditions
CALL
For a comprehensive explanation, refer to Rules
CAPS
To convert all values into caps, the CAPS
-statement can be used.
CHANGE
The CHANGE
-statement is used to change the values of a focused object.
Since the PARM
PGM
is the last focused object, the NEWVALUE
gets assigned to the value of PGM
.
DEFINE
The DEFINE
-statement is used to define constants. Their values can't be changed at runtime.
DO
For a comprehensive explanation, refer to Loops
IF, ELSEIF & ELSE
For a comprehensive explanation, refer to Conditions
FOREACH
For a comprehensive explanation, refer to Loops
INCLUDE
For a comprehensive explanation, refer to Includes
SET & UNSET
For a comprehensive explanation, refer to Variables
UNNUM
The UNNUM
-statement removes the numbering from position 73
- 80
.
WILDCARD
The WILDCARD
-statement sets the characters used as wildcards. The first character specifies the wildcard for an entire string, whereas the second character specifies it for a single character.
Last updated