Displaying DSP information and dump suppression *INQUIRY,X

Function

Use the *INQUIRY,X command to display:
  • Dump suppression information about a specific JES3 failsoft code or all codes with suppressed dumps
  • Maximum counts and status information for C/I service DSPs running in the JES3 global address space
  • The status of the C/I, DISABLE or INTRDR DSP
  • Information about one or more modules

Syntax

Read syntax diagramSkip visual syntax diagram
>>-+-*INQUIRY-+--,--X------------------------------------------->
   '-*I-------'         

>--+-,--ABEND--=--+-?--------+----------------+----------------><
   |              '-DM--xxxx-'                |   
   +-+-,--DSP--=-+--+-dspname-+---------------+   
   | '-,--D--=---'  '-ALL-----'               |   
   '-+-,--MODULE--=-+--+-module--+-------+--+-'   
     '-,--M--=------'  |         '-,main-'  |     
                       +-address--+-------+-+     
                       |          '-,main-' |     
                       +-+-mm*-----------+--+     
                       | |    .-,---.    |  |     
                       | |    V     |    |  |     
                       | +-(----mm*-+--)-+  |     
                       | '---*-----------'  |     
                       '-ALL----------------'     

Parameters

ABEND=?
Displays a list of all JES3 failsoft codes which have dump suppression active.
ABEND=DMxxx
Displays the dump suppression status and count of suppressed dumps for a specific JES3 failsoft code, and displays the number of dumps that have been suppressed for the JES3 failsoft code.
DSP or D=dspname or ALL
Displays the use count of a specific JES3 dynamic support program (DSP) or for all DSPs (ALL).
MODULE or M=module or ALL
Displays information about one or more modules such as the number of times a module has been loaded, the compile date and time, and the current APAR number.

If ALL is specified, all modules are displayed.

If module is specified, the specific module is displayed.

If mm* is specified, all modules whose names begin with the character string that precedes the "*" are displayed. For example, M=IATMD* would display all modules that begin with the character string IATMD.

The *I,X,M=modname command can be used to display information about modules that have been loaded using the ALOAD or LOAD macros, modules which are loaded in the link page area (LPA) or CSA, and modules (CSECTs) which are part of the IATNUC load module.

If a generic module name or ALL is specified, only modules that are loaded using the ALOAD macro are displayed.

main
Displays information about the specified module on the specified system (M=module,main).
MODULE or M=address
Specifies the address within a module. When address is specified, the information for the module that contains that address is displayed, along with the offset of address from the start of the module.

The *I,X,M=address command can be used to display information about modules that have been loaded using the ALOAD or LOAD macros, modules that are loaded in the link page area (LPA) or CSA, and modules (CSECTs) that are part of the IATNUC load module.

main
Displays information about the module containing the address specified on the system specified (M=address,main).
Note: If the system name specified is a local processor, it must be connected to the global or the command will be rejected.

Examples

Display status information for C/I DSPs in the global address space:
*I,X,D=CI
Display maximum counts for POSTSCAN DSPs in the global address space:
*I,X,D=POSTSCAN
Display the dump suppression status for JES3 failsoft code DM656:
*I,X,ABEND=DM656
Display the list of JES3 failsoft codes which have dump suppression active:
*I,X,ABEND=?
Display information for module IATIIFS:
*I,X,M=IATIIFS
Display information for module IATDMNC, which is the IATNUC load module:
*I,X,M=IATDMNC
IAT8476 IATDMNC  - EP=04F219C0 LOADMOD=IATNUC REL=HJS6604 DATE=03/14/97
IAT8476 TIME=15:30 APAR=NONE PTF=OS240 SIZE=00004680 AMODE=31 RMODE=ANY
Display information for all MDS modules:
*I,X,M=IATMD*
Display information for the module that contains the address 4B010000:
*I,X,M=4B010000
Display information for module IATWLSRV on SY2.
*I,X,M=IATWLSRV,SY2