z/OS TSO/E Programming Services
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Passing Control to IKJCAF

z/OS TSO/E Programming Services
SA32-0973-00

Issue the CALLTSSR macro instruction in your program's attention routine to pass control to IKJCAF.

You must invoke IKJCAF in 31-bit addressing mode, after setting its addressing mode in bit 0 of register 14. The parameters you pass to IKJCAF must be in the primary address space. IKJCAF returns control in 31-bit addressing mode.

The following example shows the assembler code you can use to invoke the CLIST attention facility:
*
  R1=PARMADDR                        *Address of the
                                     *parameter list
*
  CALLTSSR EP=IKJCAF                 *Passes control to the
*                                    *CLIST attention facility
Note: Any routine that uses the CALLTSSR macro instruction to invoke IKJCAF must include the CVT mapping macro (CVT), which is found in SYS1.MACLIB and the TSVT mapping macro (IKJTSVT), which is found in SYS1.MACLIB.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014