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

The IXLZSTRB macro provides the format of the area that ANSAREA points to. If you intend to use that area, include that macro in your program. IXLZSTRB maps each of the following types of data to be returned to the caller:
  • STRBHEADER maps the header section of the answer area.
  • STRBSTRSUMMARY maps summary information about the requested structure.
  • STRBSTRDETAIL maps detail information about a requested structure.
  • STRBSUMMARY maps summary information for a specified CLASS, LISTNUM, or event monitor controls request for a particular structure.
  • STRBDETAIL maps detail information for a specified CLASS, LISTNUM, or event queue controls request for a particular structure.
  • STRBENTRY maps entry information for a specified CLASS or LISTNUM request for a particular structure.
  • STRBEMCDETAIL maps EMC information for event monitor controls associated with a specified LISTNUM and maps EMC information for event queue controls associated with a specified CONID.

Depending on the request type, you might need additional macros to map the information returned by IXLZSTR.

Table 1. Answer Area Macros for IXLZSTR
Macro Name Descriptive Name Macro Use
IHAARB Associated Request Block Mapping Provides a map of the list of all the ranges of objects that were validly requested to be dumped.
IXLYDCAC Dumping Coupling Facility Cache Structure Controls Mapping Provides a map of the dumping cache structure controls.
IXLYDCCC Dumping Cast-out Class Controls Mapping Provides a map of the dumping castout class controls.
IXLYDDIB Dumping Directory Information Block Mappings Provides mappings for:
  • Lock table entry (LTE), which contains the lock table entry information associated with a structure.
  • List-entry control block (LECB), which contains the entry controls associated with a list structure.
  • Directory information block (DIFB), which contains the element controls associated with a cache structure.
  • List-user control block (LUCB), which contains the list user controls.
  • Local-cache control block (LCCB), which contains the local cache controls.
  • Event monitor controls block (EMC), which contains the event monitor controls associated with a list structure.
IXLYDEQC Dumping Event Queue Controls Mapping Provides a map of the dumping event queue controls.
IXLYDLC Dumping List Controls Mapping Provides a map of the dumping list header controls and the list monitor table entries found in the list controls.
IXLYDLCC Dumping Local Cache Controls Mapping Provides a map of the dumping local cache controls.
IXLYDLIC Dumping Coupling Facility List Structure Controls Mapping Provides a map of the dumping list structure controls.
IXLYDLUC Dumping List User Controls Mapping Provides a map of the dumping list user controls.
IXLYDSCC Dumping Storage Class Controls Mapping Provides a map of the dumping storage class controls.
IXLYSTRC Coupling Facility Structure Data Access Service Dump Reason Code Constants Provides the constants for interpreting the dump reason code.
IXLZSTRB Coupling Facility Structure Data Access Service Answer Area Mappings Maps the answer area data that was requested and provides constants to interpret any return and reason codes issued.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014