z/OS MVS Programming: Extended Addressability Guide
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Dumping storage in a data space

z/OS MVS Programming: Extended Addressability Guide
SA23-1394-00

Use the following macros to dump data space storage.
  • Use the DSPSTOR parameter on the SNAPX macro to dump storage from any data space that the caller has addressability to, providing the program also has a TCB key (for SCOPE=SINGLE and SCOPE=ALL data spaces) or a PSW key (for a SCOPE=COMMON data space) that matches the storage key of the data space.
  • Use the DUMPOPX parameters on the ABEND macro and the SETRP macro with the list form of the SNAPX macro to dump data space storage.
  • Use the LISTD and SUMLSTL parameters on the SDUMPX macro to dump certain ranges of data space storage:
    • LISTD identifies (by STOKEN) the data space that contains storage to be added to the main part of the dump.
    • SUMLSTL identifies (by ALET) the data space that contains the storage to be added to the summary part of the dump.

For the syntax of SNAPX, see z/OS MVS Programming: Assembler Services Reference IAR-XCT. For the syntax of SDUMPX, see z/OS MVS Programming: Authorized Assembler Services Reference LLA-SDU.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014