You could try loading it with dbx. There seem to be some functions that might provide a little bit of insight into the module: map (somewhat terse) listfuncs (show modules ??) listi (diassemble) &symbol/ count (list storage) There is some help available. You can enter "dbx path" from the Unix shell to load an HFS executable into dbx.
Bill On Thu, 19 May 2005 15:12:32 -0500, Brian Peterson <[EMAIL PROTECTED]> wrote: >That's what I get for trying to help Barbara - as usual, she's 10 or more >steps ahead of me.... > >At the risk of being totally wrong again, I'll point out the "other" fact I >thought was interesting (from MVS Program Management User's Guide): > > To prevent a module from being reprocessed by the binder or linkage > editor, you can mark it as not-editable. To assign the not-editable > attribute, code NE or EDIT=NO in the PARM field. > > If you use the not-editable attribute for a PM2 or higher format program > object, there are the following additional restrictions: > > 3. You cannot list the module with AMBLIST. > >Does the "dsmc" module in the HFS have the NE attribute set? > >Or... > >Was the module created with a higher z/OS release than you are running? > >Brian > >On Thu, 19 May 2005 12:39:44 -0700, Edward E. Jaffe ><[EMAIL PROTECTED]> wrote: > >>Norbert Friemel wrote: >> >>>On Thu, 19 May 2005 13:27:10 -0500, Brian Peterson wrote: >>> >>> >>> >>>>According to z/OS 1.4 MVS Program Management User's Guide and Reference: >>>>"The AMBLIST service aid prints formatted listings of modules to aid in >>>>problem diagnosis. AMBLIST does not provide support for program objects >in >>>>z/OS UNIX files." >>>> >>>>Brian >>>> >>>> >>> >>>DOC error, see OW57668. >>> >>> >> >>... and the changes have already been incorporated into the latest >>releases of the "Service Aids" book: >> >>http://publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/iea2v150/15.0 >> ---------------------------------------------------------------------- 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

