On 5/4/2015 11:01 AM, Paul Gilmartin wrote:
Is it possible to query the SMP/E data base to determine which MOD
entry updated a given CSECT? (The CSECTs are all named in the
++ MOD MCS).
No, not using the LIST command or Query dialog. But, you can use
GIMAPI, the program interface, to perform such a query:
ZONE = tgtZoneName
ENTRY = MOD
SUBENTRY = FMID,RMID,UMID
FILTER = CSECT='csectName'
Of course this means you have to write a program, so probably doing a
"brute force" search of LIST MOD output will likely be easier.
Kurt Quackenbush -- IBM, SMP/E Development
----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN