>Why are the LoadPt and ModLen for the IPL-loaded Exits 
>not shown in either DYNX or the DIAG output?

It is not related to IPL-loaded vs not. 
It specifically is LPA vs not.

For an exit routine in LPA, the system does not have any interest in the 
load point or the length. 
Dynamic exits itself cares only about the entry point address.

For an exit routine not in LPA, the system does a "directed load" into 
common storage so must obtain storage. It thus knows the load point and 
length, and must keep track of that information for freeing the storage if 
the exit routine is deleted, and happens to provide that information on 
the display in case it is of interest.

The display uses CSVDYNEX REQUEST=LIST, with the output mapped by macro 
CSVEXAA where the commentary on fields EXAAM3LOADPT and EXAAM3MODLEN 
describes this.

Peter Relson
z/OS Core Technology Design


----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to