> >CSVQUERY allows you to specify (any) address as the search criteria. If > >the address lies within a loaded module, CSVQUERY will tell you which > >module that is. > > It will not, however, tell you which entry point was used. Depending on > what the OP needs, extracting a name from a CDE or JSCB might be a better > solution.
Clearly it won't tell you which entry point was used since that is completely un-knowable. A primary or alternate entry point might have been used by way of a LOAD, LINK, ATTACH or XCTL, but it's entirely possible that no formal interface at all was used. For example many ISV programs are loaded during initialization and then subsequently entered via a variety of private linkage protocols. However, everything that -is- knowable is returned by CSVQUERY, including the entry point name, address, load address and a bunch of other stuff as well. See <http://preview.tinyurl.com/36rxhc> CC ---------------------------------------------------------------------- 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

