Format of the returned network security segments
The Network Session ID (NETSID) and Network User ID (NETUID) segments contain network security information and are returned to the clients when the clients issue RESUME TPIPE calls.
The NETSID and NETUID segments are returned to clients only if both of the following situations occur:
- You specify X'80' (IRM_F6_NWSE) in the IRM_F6 field of the IRM prefix.
- IRM extensions with an ID of *NETUID*, or *NETSID*, or both are included in IMS Connect client input messages.
The following tables show the format of the output segments that contain network security information. The information is built by the HWSSMPL0 and HWSSMPL1 user message exits. The tables include the field name, field length, and field meaning.
Field | Length in bytes | Meaning |
---|---|---|
LL | 2 | Length of NETSID segment |
RESERVED | 2 | Reserved (set to binary zeros) |
ID | 8 | Character value of (*NETSID*) |
RESERVED | 4 | Reserved (set to binary zeros) |
DATA | n | The data for this segment. The length of this data is variable. |
Field | Length in bytes | Meaning |
---|---|---|
LL | 2 | Length of NETUID segment |
RESERVED | 2 | Reserved (set to binary zeros) |
ID | 8 | Character value of (*NETUID*) |
RESERVED | 4 | Reserved (set to binary zeros) |
DATA | n | The data for this segment. The length of this data is variable. |