Mark end of parameter declarations
Component: | SDF-P-BASYS |
Functional area: | Procedures |
Domain: | PROCEDURE |
Privileges: | STD-PROCESSING |
Function
END-PARAMETER-DECLARATION is an SDF-P control flow command and serves to terminate the parameter declarations initiated by means of the BEGIN-PARAMETER-DECLARATION command. It is the last command in the procedure head.
Format
END-PARAMETER-DECLARATION |
Return codes
The END-PARAMETER-DECLARATION command can only be used as the last command in the procedure head of an S procedure. SDF-P detects errors in the procedure head during pre-analysis and terminates the procedure call. The command return codes can only occur if the command is used outside the procedure head.
(SC2) | SC1 | Maincode | Meaning |
---|---|---|---|
0 | CMD0001 | No error | |
1 | CMD0202 | Syntax error | |
1 | SDP0118 | Command in incorrect context | |
1 | SDP0139 | Maximum number of backward jumps reached | |
3 | CMD2203 | Incorrect syntax file | |
32 | CMD0221 | System error (internal error) | |
64 | SDP0091 | Semantic error | |
130 | SDP0099 | No further address space available |