Loading...
Select Version
&pagelevel(4)&pagelevel
Domain: PROCEDURE
Command description
END-STRUCTURE terminates a structure declaration block which was initiated with BEGIN-STRUCTURE.
Format
END-STRUCTURE |
NAME = *LAST / <structured-name 1..20> |
Operands
NAME =
Designates the names of the structure to be terminated.
NAME = *LAST
Reference to the last structure declaration block initiated with BEGIN-STRUCTURE.
NAME = <structured-name 1..20>
Reference to the name of the structure declaration block last opened.
Command return codes
(SC2) | SC1 | Maincode | Meaning |
0 | CMD0001 | No error | |
2 | 0 | CMD0001 | Warning; structure is empty |
1 | CMD0202 | Syntax error | |
1 | SDP0118 | Command in false context | |
3 | CMD2203 | Incorrect syntax file | |
32 | CMD0221 | System error (internal error) | |
64 | SDP0091 | Semantic error | |
130 | SDP0099 | No further address space available |
Example
See the DECLARE-ELEMENT command, "DECLARE-ELEMENT Declare structure element ".