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 |
0 | CMD0001 | No error | |
1 | CMD0202 | Syntax error | |
1 | SDP0118 | Command in false context | |
3 | CMD2203 | Incorrect syntax file | |
32 | CMD0221 | System error (internal error) | |
130 | SDP0099 | No further address space available |