Your Browser is not longer supported

Please use Google Chrome, Mozilla Firefox or Microsoft Edge to view the page correctly
Loading...

{{viewport.spaceProperty.prod}}

END-STRUCTURE Identify end of structure declaration

&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


0CMD0001No error
20CMD0001Warning; structure is empty

1CMD0202Syntax error

1SDP0118Command in false context

3CMD2203Incorrect syntax file

32CMD0221System error (internal error)

64SDP0091Semantic error

130SDP0099No further address space available

Example
See the DECLARE-ELEMENT command, "DECLARE-ELEMENT Declare structure element ".