Loading...
Select Version
&pagelevel(4)&pagelevel
Domain: PROCEDURE
Command description
SEND-STMT should always be used when commands and statements are mixed. Just like the SEND-DATA command, a SEND-STMT command in the data stream does not implicitly activate an EOF condition.
Format
SEND-STMT |
RECORD = *EOF / <text 0..1800 with-low string-expr> |
Operands
RECORD = *EOF
Sets the EOF condition, i.e. end of statement entry.
RECORD = <text 0..1800 with-low string-expr>
String expression. Evaluation of the expression produces the statement.
Command return codes
(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) | |
| 64 | SDP0091 | Semantic error | |
| 130 | SDP0099 | No further address space available |