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-BLOCK Terminate command block

&pagelevel(4)&pagelevel

Domain: PROCEDURE

Command description

END-BLOCK terminates a BEGIN block, i.e. a command block which was initiated with the BEGIN-BLOCK command.

Format

END-BLOCK

BLOCK = *LAST / <structured-name 1..255>

Operands

BLOCK =
Designates the BEGIN block to be terminated.

BLOCK = *LAST
Reference to the BEGIN block last opened.

BLOCK = <structured-name 1..255>
Reference to the tag in the BEGIN block last opened; specifying another block tag produces an error message.

Command return code

(SC2)

SC1

Maincode

Meaning


0CMD0001No error

1CMD0202Syntax error

1SDP0118Command in false context

1SDP0223Incorrect environment

3CMD2203Incorrect syntax file

32CMD0221System error (internal error)

130SDP0099No further address space available

Example

See the BEGIN-BLOCK command, "BEGIN-BLOCK Initiate command block ".