IBM SC33-1683-02 Server User Manual


 
SYSEIB(name4 | (Rn) | *)
returns the address of the system EXEC interface block of the current task.
name4
The name of a fullword area that is to receive the address of the
system EXEC interface block.
(Rn) A register that is to receive the address of the system EXEC interface
block.
* The parameter list itself, name APIQ_SYSEIB, is used to hold the
address.
TCTUA(name4 | (Rn) | *)
returns the address of the terminal control table user area (TCTUA) for the
current task.
name4
The name of a fullword area that is to receive the address of the
TCTUA.
(Rn) A register that is to receive the address of the TCTUA.
* The parameter list itself, name APIQ_TCTUA, is used to hold the
address.
TCTUASIZE(name4 | (Rn) | *)
returns the length in bytes of the TCTUA for the current task.
name4
The name of a 4-byte area that is to receive the length in bytes of the
TCTUA.
(Rn) A register that is to receive the length of the TCTUA.
* The parameter list itself, name APIQ_TCTUASIZE, is used to hold the
length of the TCTUA.
TWA(name4 | (Rn) | *)
returns the address of the transaction work area.
name4
The name of a fullword area that is to receive the address of the TWA.
(Rn) A register that is to receive the address of the TWA.
* The parameter list itself, name APIQ_TWA, is used to hold the address
of the TWA.
TWASIZE(name4 | (Rn) | *)
returns the length, in bytes, of the transaction work area (TWA).
name4
The name of a 4-byte area that is to receive the length, in bytes, of the
TWA.
(Rn) A register that is to receive the length of the TWA.
* The parameter list itself, name APIQ_TWASIZE, is used to hold the
length of the TWA.
state data access functions
Chapter 3. The user exit programming interface (XPI) 353