z/OS MVS IPCS User's Guide
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Listing Symbol Definitions

z/OS MVS IPCS User's Guide
SA23-1384-00

To display symbols and their addresses and attributes from the symbol table, use the LISTSYM subcommand. Parameters control the amount of symbols to be displayed.

To display some or all of the entries in the symbol table for a given dump, use the LISTSYM subcommand as follows:
listsym * print terminal
All the symbols associated with the current dump data set are displayed at your terminal and directed to the IPCSPRNT data set. The parameters PRINT and TERMINAL are not necessary unless they override the defaults. Following is an example of the output.
  SYMBOL     ADDRESS  ATTRIBUTES
  ASCB1       FCBA00. NOCPU ASID(X'0001') LENGTH(416) STRUCTURE(ASCB) NODROP
  ASCB4       F2ED80. NOCPU ASID(X'0001') LENGTH(416) STRUCTURE(ASCB) NODROP
  ASXB1       FCBC58. NOCPU ASID(X'0001') LENGTH(232) STRUCTURE(ASXB) NODROP
  COMMON      B00000. CPU(X'00') ASID(X'0001') LENGTH(5242880) AREA(COMMON)
                      NODROP
  CVT         FCD4E8. NOCPU ASID(X'0001') POSITION(X'-0018') LENGTH(1288)
                      STRUCTURE(CVT) NODROP
To list the address and attributes currently associated with the X symbol, enter:
listsym x

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014