Loading...
Select Version
The TRANSMIT-BY-STREAM command carries out a variable transmission initiated from the client side, to or from the server which is addressed and using the specified S variable stream. If *DUMMY is assigned to the S variable stream, the command sends back a return code indicating that nothing has been changed.
TRANSMIT-BY-STREAM |
STREAM-NAME = <structured-name 1..20> ,VARIABLE-NAME = *NONE / <composed-name 1..255> ,RETURN-VARIABLE-NAME = *SAME / *NONE / <composed-name 1..255> ,CONTROL-VAR-NAME = *NONE / <composed-name 1..255> ,RET-CONTROL-VAR-NAME = *SAME / *NONE / <composed-name 1..255> |
Return codes
(SC2) | SC1 | Maincode | Meaning/Guaranteed messages |
0 | CMD0001 | No error | |
1 | 0 | CMD0001 | Variable stream is assigned to *DUMMY; no transmission, variable remains unchanged |
2 | 0 | SDP0512 | Server is no longer active. Data stream is assigned to *DUMMY |
2 | 0 | SDP0531 | Warning returned by server; process continuing |
1 | CMD0202 | Syntax error | |
3 | CMD2203 | Incorrect syntax file | |
32 | CMD0221 | System error (internal error) | |
64 | CMD0216 | Do not have required privilege | |
64 | SDP0091 | Semantic error Guaranteed messages: SDP1008 | |
64 | SDP0532 | Server error; command rejected | |
64 | SDP0534 | Internal server error; command terminated. Server link terminated following unexpected event or due to shortage or absence of system resources | |
64 | SDP0517 | Variable stream does not exist | |
64 | SDP0522 | Transmitted data is incompatible with the format that the server handles | |
64 | SDP1132 | Variable name too long | |
130 | SDP0099 | No further address space available |