ibmi-brunch-learn

Announcement

Collapse
No announcement yet.

Finding what programs use a service program

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

  • Finding what programs use a service program

    Is there an IBM command or API that can be used to determine what programs "use" a service program? We have a home grown utility that searches through all the binding directories, but this would only find it if it is in the binding directory. If the binding directory was deleted after the program was created or if there never was a binding directory, then we are SOL. Anyone else write a similar utility?

    John

  • #2
    Re: Finding what programs use a service program

    I think my coworker just discovered it. He used DSPPGMREF to an outfile. Queried the outfile, filtering out all the service programs with the same name. I am still curious what everyone else uses.

    Comment


    • #3
      Re: Finding what programs use a service program

      I think this has always been an issue. DSPPGMREF works.
      All my answers were extracted from the "Big Dummy's Guide to the As400"
      and I take no responsibility for any of them.

      www.code400.com

      Comment


      • #4
        Re: Finding what programs use a service program

        Here is a free tool you can use (which you will need to modify a little).http://www.code400.com/forum/showthr...ll=1#post17639

        XrefIT also has a free version available.
        XrefIT v1.25
        Last edited by kitvb1; January 4, 2012, 08:11 AM. Reason: Added pic
        Regards

        Kit
        http://www.ecofitonline.com
        DeskfIT - ChangefIT - XrefIT
        ___________________________________
        There are only 3 kinds of people -
        Those that can count and those that can't.

        Comment

        Working...
        X