Load module modifier keyword

Use the load module modifier keyword to identify the name of the load module involved if your search using the CSECT keyword was unsuccessful, or yielded too many possible matches:

All WebSphere MQ for z/OS load module names begin with CSQ. If you follow these instructions and find a load module name with a different prefix, the problem is in another product.

To locate the load module name, locate the first word following the label LOC=. This is the load module name, and it precedes the CSECT name. (For an example, see Analyzing the dump.)

Add the load module name to your keyword string, or substitute it for the CSECT name as appropriate. If you are using the structured format, follow the name of the module with the characters #L to indicate that this is a load module. Search the database again using the revised keyword string. (See Searching the IBM database.)

Free format

5655L8200 R600 ABEND5C6 RC00E50013 CSQSLD1 CSQSVSTK
(with load module name and then CSECT name)

 

5655L8200 R600 ABEND5C6 RC00E50013 CSQSLD1
(with load module name only)

Structured format

PIDS/5655L8200 LVLS/600 AB/S05C6 PRCS/00E50013 RIDS/CSQSLD1#L RIDS/CSQSVSTK
(with load module name and then CSECT name)

 

PIDS/5655L8200 LVLS/600 AB/S05C6 PRCS/00E50013 RIDS/CSQSLD1#L (with load module name only)