Unconfigured Ad Widget

Collapse

Announcement

Collapse
No announcement yet.

Program Referencing Files

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

  • Program Referencing Files

    Its not the slickest method in the world, but it will work and you can wrap some code around it to make it better.

  • #2
    Program Referencing Files

    Our shop doesnt have Hawkeye or other tools, I need to know which program uses a certain file. Anybody knows how to do it. I know DSPPGMREF but I only need to search for a single file. TIA Tiki

    Comment


    • #3
      Program Referencing Files

      Run command DSPPGMREF YourLib/*ALL to outfile,then use query, SQL or any other tool to get result. SQL looks like SELECT WHLIB,WHPNAM,WHFNAM .... FROM OUTFILE WHERE WHLIB='YourLib' and WHFNAM='YourFile'

      Comment

      Working...
      X