TRANSFER Reference Manual

END-SESSION
TISERV UOW Descriptions
069139, Update 1 to 40969 Tandem Computers Incorporated 2–225
END-SESSION
(UOW Code 102)
END-SESSION terminates a session.
DEF end-session-uow.
02 hdr.
03 self-ident PIC AA VALUE "UW".
03 uow-code TYPE BINARY 16 UNSIGNED VALUE 102.
END.
DEF end-session-rsp.
02 hdr.
03 self-ident PIC AA VALUE "UW".
03 uow-code TYPE BINARY 16 UNSIGNED VALUE 102.
02 retn-code TYPE BINARY 16.
02 retn-code-detail TYPE BINARY 16.
END.
HDR
is the UOW header. The UOW-CODE value is 102.
RETN-CODE
is the return code. TISERV returns a code in this field to indicate one of the
following entries.
0 OK
4010 E-BAD-TRANSACTION
RETN-CODE-DETAIL
is an error number returned by a subsystem other than the TRANSFER delivery
system or is a further qualification of an error detected by the TRANSFER delivery
system.
END-SESSION Operation
END-SESSION terminates the current session and removes any items residing in the
WASTEBASKET folder and in the internal temporary folder.
A successful execution sets the session ID in the returned IPC header to binary zeros,
so that the IPC header is ready for a new START-SESSION UOW.