Your Browser is not longer supported
Please use Google Chrome, Mozilla Firefox or Microsoft Edge to view the page correctly
Loading...
{{viewport.spaceProperty.prod}}
ASSIGN-STREAM Assign S variable stream
The ASSIGN-STREAM command is used to assign an S variable stream for structured outputs to an (output) server that controls further processing of the variable stream.
ASSIGN-STREAM |
STREAM-NAME = SYSVAR / SYSMSG / SYSINF / <structured-name 1..20> | ,TO = *STD / <structured-name 1..20> / *DUMMY / *SAME-AS-CALLING-PROC / *VARIABLE(...) / *SERVER(...) |
| *VARIABLE(...) |
|
|
| VARIABLE-NAME = *NONE / <composed-name 1..255>(...) |
|
|
|
| <composed-name 1..255>(...) |
|
|
|
|
|
| WRITE-MODE = *EXTEND / *PREFIX |
|
|
| ,RETURN-VARIABLE-NAME = *NONE / <composed-name 1..255>(...) |
|
|
|
| <composed-name 1..255>(...) |
|
|
|
|
|
| WRITE-MODE = *EXTEND / *PREFIX |
|
|
| ,CONTROL-VAR-NAME = *NONE / <composed-name 1..255>(...) |
|
|
|
| <composed-name 1..255>(...) |
|
|
|
|
|
| WRITE-MODE = *EXTEND / *PREFIX |
|
|
| ,RET-CONTROL-VAR-NAME = *NONE / <composed-name 1..255>(...) |
|
|
|
| <composed-name 1..255>(...) |
|
|
|
|
|
| WRITE-MODE = *EXTEND / *PREFIX |
| *SERVER(...) |
|
|
| SERVER-NAME = <structured-name 1..30> |
|
|
| ,SERVER-INFORMATION = *NONE / <c-string 1..1800> |
|
Return codes
(SC2) | SC1 | Maincode | Meaning |
| 0 | CMD0001 | No error |
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 |
| 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 |
| 130 | SDP0099 | No further address space available |