Loading...
Select Version
&pagelevel(4)&pagelevel
The CLOSE-STRUCTURE statement is used to close structures in command or statement definitions.
CLOSE-STRUCTURE |
LEVEL = *CURRENT / *ALL |
LEVEL =
Specifies which structures are closed.
LEVEL = *CURRENT
The structure being edited is closed after the “current object”. The operand value introducing the structure becomes the new “current object”.
LEVEL = *ALL
The structure being edited is closed after the “current object”. Any structures ranked above this structure which are still open are likewise closed. The operand value introducing the lowest of all these structures becomes the new “current object”.