Unconfigured Ad Widget

Collapse

Source Library determination

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • Tom Daly
    Junior Member
    • Jul 2024
    • 17

    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.
  • bibarnes@yahoo.com
    Junior Member
    • Jul 2024
    • 312

    #2
    Source Library determination

    Comment

    • bibarnes@yahoo.com
      Junior Member
      • Jul 2024
      • 312

      #3
      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.

      Comment

      • David Abramowitz
        Senior Member
        • Dec 2007
        • 3908

        #4
        Source Library determination

        How about DSPOBJD to an outfile? Dave

        Comment

        • Tom Daly
          Junior Member
          • Jul 2024
          • 17

          #5
          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.

          Comment

          • B.Morris
            Junior Member
            • Jul 2024
            • 531

            #6
            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.

            Comment

            • bibarnes@yahoo.com
              Junior Member
              • Jul 2024
              • 312

              #7
              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?????

              Comment

              • bibarnes@yahoo.com
                Junior Member
                • Jul 2024
                • 312

                #8
                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.

                Comment

                • dstrawn2@yahoo.com
                  Junior Member
                  • Jul 2024
                  • 1

                  #9
                  Source Library determination

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

                  Comment

                  Working...
                  X