Binyamin Dissen wrote on 09/21/2005 08:34:56 AM:

> On Wed, 21 Sep 2005 04:15:07 -0700 "Kenneth J. Kripke"
> <[EMAIL PROTECTED]> wrote:
>
> :>The Question:  Is there a clean way to capture the results from an
> IP WHERE command.
>
> Look at the EVAL* subcommands.
>

In the case of the WHERE subcommand, look at EVALMAP in particular.  What
WHERE does to produce its report is the following:

(1)  If the address falls in a range where storage map enrichment support
is available, and enrichment has not taken place for the range in this
dump, it is done.  This leaves the IPCS storage map slightly larger in the
area of interest than when you entered the subcommand.

(2) Read storage map records for the address space in question backward so
that the "best fit" is encountered first.  Set X to describe the best fit
and produce a report for each entry in the map that contains the address of
interest.  Some special processing is involved for common virtual storage
where IPCS only keeps map records associated with ASID(1) to limit the size
of the data base.

Your EXEC could exploit this even if WHERE does not currently contain code
to limit "best fit" to load modules, the desired association.

Bob Wright - z/OS MVS Service Aids

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

Reply via email to