Unconfigured Ad Widget

Collapse

Announcement

Collapse
No announcement yet.

Source Library determination

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • dstrawn2@yahoo.com
    replied
    Source Library determination

    I use http://www.bmeyers.net/resources/anzilepgm.php

    Leave a comment:


  • bibarnes@yahoo.com
    replied
    Source Library determination

    I would like to create a table that shows all compiled objects in a library and which library the source was compiled from. All is well except for the RPGLE objects. Any ideas are appreciated. PS Doing this by hand and using DSPPGM is not an option.

    Leave a comment:


  • bibarnes@yahoo.com
    replied
    Source Library determination

    Tried that first. The RPGLE programs treat the compiled from differently and don't show. It really is a PITA. With the API's it is possible but not easily accomplish. I am learning, now, how to deal with user space, so I guess that is a good thing?????

    Leave a comment:


  • B.Morris
    replied
    Source Library determination

    TomDaly wrote: > > Have a look at the Retreive Module Information api: QBNRMODI. It will return the source file info and more. > > <http://publib.boulder.ibm.com/infoce...s/qbnrmodi.htm> > For ILE programs and service programs, you can use the List ILE Program Information (QBNLPGMI) and List Service Program Information (QBNLSPGM) APIs.

    Leave a comment:


  • Tom Daly
    replied
    Source Library determination

    There's a utility over at code400.com that might do what you want, or at least you could scavenge from it. http://www.code400.com/forum/showthread.php?p=11500 see Post #10 Or web search on LSTMODREF and you'll find a link to a utility at search400.com. Tom D.

    Leave a comment:


  • David Abramowitz
    replied
    Source Library determination

    How about DSPOBJD to an outfile? Dave

    Leave a comment:


  • bibarnes@yahoo.com
    replied
    Source Library determination

    Thanks Tom; There is one problem with this API, if the intermediate module is not present it doesn't see the program.

    Leave a comment:


  • bibarnes@yahoo.com
    replied
    Source Library determination

    Leave a comment:


  • Tom Daly
    started a topic Source Library determination

    Source Library determination

    Have a look at the Retreive Module Information api: QBNRMODI. It will return the source file info and more. http://publib.boulder.ibm.com/infoce...s/qbnrmodi.htm Tom D.
Working...
X