Loading...
Select Version
The SHOWSSA macro shows the current assignment of the specified S variable stream. It is functionally equivalent to the SHOW-STREAM-ASSIGNMENT command. However, it is not possible to specify a list of streams with SHOWSSA.
Operation | Operands |
SHOWSSA | MF = E ,PARAM = <name 1..8> / (<integer 1..15>) |
MF = D ,PREFIX = S / prefix | |
MF = C ,PREFIX = S / prefix ,MACID = HOW / macid | |
MF = L / M ,STREAM = *ALL / *STD_STREAMS / <c-string 1..20 with-wild> ,INFO = *ASSIGNMENT / *DESTINATION ,OUTPUT = *RETURN_<sub>,OUTPUT = <u>*RETURN</u></sub>_CODE / *SYSOUT / *SYSLST |
Return codes (hexadecimal)
Subcode2 | Subcode1 | Maincode | Meaning |
00 | 00 | 0000 | Macro call was successful; no errors |
00 | 01 | 0001 | Parameter error |
00 | 40 | 0002 | Specified variable stream is incomplete |
00 | 40 | 0003 | SSTA error (SSTA too small, not initialized, ...) |
00 | 40 | 0004 | Terminated by K2 during output to SYSOUT |
00 | 40 | 0005 | Error during output to SYSOUT |
00 | 40 | 0006 | Error during output to SYSLST |
02 | 01 | 0007 | More than one variable stream for OUTPUT=*RETURNCODE |
00 | 20 | 0008 | System error |
02 | 00 | 000A | Specified variable stream is assigned to *DUMMY |
02 | 00 | 000B | Specified variable stream is already assigned |
02 | 00 | 000C | Specified variable stream does not exist |
00 | 01 | FFFF | Unknown unit or function number |
00 | 02 | FFFF | Function not available |
00 | 03 | FFFF | Wrong version of the operand list |
00 | 41 | FFFF | SDF-P is not loaded |
00 | 81 | FFFF | SDF-P no longer working |