z/OS MVS Programming: Sysplex Services Reference
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Programming Requirements

z/OS MVS Programming: Sysplex Services Reference
SA38-0658-00

  • If your program is in AR mode, issue the SYSSTATE ASCENV=AR macro before IXLCACHE. SYSSTATE ASCENV=AR tells the system to generate code appropriate for AR mode.
  • Include the IXLYCON mapping macro in your program. This macro provides a list of equate symbols for users of XES services and exits.
  • Include mapping macros IXLYCAA, IXLYCANB, IXLYCCIH, IXLYCRRB, IXLYCSCS, IXLYCUNB, IXLYDEIB, IXLYNSB, IXLYDNNB, IXLYWOB, and IXLYWORB in your program as necessary. Table 1 lists these macros, the information and areas they map, and the particular IXLCACHE requests and parameters to which they apply.
    Table 1. Mapping Macros for IXLCACHE
    Mapping Macro Information Area Request/Parameter
    IXLYCAA Answer area output ANSAREA area All requests
    IXLYCANB Entry name and associated directory information BUFLIST buffers, BUFFER area READ_DIRINFO (when DIRINFOFMT= NAMELIST), READ_COCLASS
    IXLYCCIH Cast-out class range BUFLIST buffers, BUFFER area READ_COSTATS
    IXLYCRRB Single registration block BUFFER area REG_NAMELIST
    IXLYCSCS Storage class statistics STGSTATS area READ_STGSTATS
    IXLYCUNB Entry name and associated control information BUFLIST buffers, BUFFER area, CUNBAREA UNLOCK_CASTOUT UNLOCK_CO_NAME
    IXLYDEIB Directory entry BUFLIST buffers, BUFFER area, DEIBAREA READ_DIRINFO (when DIRINFOFMT= DIRENTRYLIST), READ_COCLASS (when DIRINFOFMT= DIRENTRYLIST), CASTOUT_DATALIST
    IXLYDNNB Entry name and optional comparative version BUFLIST buffers, BUFFER area DELETE_NAMELIST
    IXLYNSB Name and state information for registration blocks NSBAREA REG_NAMELIST
    IXLYWOB Entry name and associated control information. BUFLIST buffers, BUFFER area WRITE_DATALIST
    IXLYWORB Single write-operation-response block WORBAREA WRITE_DATALIST

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014