SNAX/APC Application Programming Manual
Verb Definitions
SNAX/APC Application Programming Manual—138786
3-6
Parallel Sessions
Parallel Sessions
For parallel-session LUs, the request format for DEACTIVATE-SESSION verb is as
follows:
The version field in the IPC header must be set to S2 or S3. The DA-SESSION-ID field
of the request must be entered with an unsigned hexadecimal integer in the ASCII string
format.
If a DEACTIVATE-SESSION verb is issued to a parallel-session LU with the version 1
IPC header (the version field is set to S1, the IPC will be rejected with the following
return code:
IPC-REP-CODE = REQ-ERROR (3)
IPC-RETURN-CODE = RC-SERVICE-DENIED
IPC-RETURN-CODE-DETAIL = RC-VERSION-MISMATCH
Request Format
?SECTION DEACTIVATE-SESS-REQ,TANDEM
01 DEACTIVATE-SESS-REQ.
02 DA-HEADER.
03 REQ-UOW-ID PIC X(2).
03 REQ-UOW-CODE PIC 9(4) COMP.
02 DA-PARAMETERS.
03 DA-SESSION-ID PIC X(4).
03 DA-PAD PIC X(4).
03 DA-TYPE PIC X(2).
88 APC-DEACTIVATE-NORMAL VALUE IS "NO".
88 APC-DEACTIVATE-CLEANUP VALUE IS "CL".
Reply Format
?SECTION DEACTIVATE-SESS-REP,TANDEM
01 DEACTIVATE-SESS-REP.
02 DAR-HEADER.
03 REP-UOW-ID PIC X(2).
03 REP-VERB-CODE PIC 9(4) COMP.
03 REP-RETURN-CODE PIC S9(4) COMP.
03 REP-RETURN-CODE-DETAIL PIC S9(4) COMP.