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-PARAMETER-DECLARATION Terminate procedure parameter declaration

&pagelevel(4)&pagelevel

Domain: PROCEDURE

Command description

END-PARAMETER-DECLARATION terminates the command block which was initiated with the BEGIN-PARAMETER-DECLARATION command; the procedure parameters are declared in this block (see section “Declaring the procedure parameters”).

Format

END-PARAMETER-DECLARATION


Command return codes

If END-PARAMETER-DECLARATION is used at the end of the procedure head of an
S procedure, it is completely evaluated during preparation of the procedure and executed. Any error during execution of the command is thus an error during procedure preparation; the procedure has not been executed when the error occurs. If the command is executed correctly, then parameter transfer is also executed correctly. The following return codes can thus appear only if END-PARAMETER-DECLARATION is used in another (i.e. wrong) context.

(SC2)

SC1

Maincode

Meaning


0CMD0001No error

1CMD0202Syntax error

1SDP0118Command in false context

3CMD2203Incorrect syntax file

32CMD0221System error (internal error)

130SDP0099No further address space available