Suppose we add one field in physical file and this physical file is used by several programs.how do we know which program is using that file? What are the impact analysis.
Answers were Sorted based on User's Feedback
Answer / deepak sharma
1 By using DSPPGMREF command
2) By using Find String PDM
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / vj
DSPPGMREF give the list of object which that particular program refer. It can be file or pgm or any other object. Hence we can not find the list of programs which a particular file refer using DSPPGMREF.
We find the dependent program using x analysis, FNDSTRPDM or using Aldon option 41 on that particular file .
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / vicky
By using DSPPGMREF command, you are able to know which program is using the specific file.
| Is This Answer Correct ? | 8 Yes | 5 No |
Answer / surya siram
Hi,
Yes, by using the DSPPGMREF command on particular library, load the output to OUTFILE and by using the filters (Sequels), you can able to find the programs which are using that particular file. And also we can able to find the mode the file declared in the programs also.
| Is This Answer Correct ? | 3 Yes | 2 No |
Answer / ravi kumar
Hi Frnds,
Yes, by using the DSPPGMREF. For breif explaination see below link.
http://search400.techtarget.com/tip/Find-the-programs-that-use-a-particular-file-using-DSPPGMREF
Thanks,
Ravi
| Is This Answer Correct ? | 1 Yes | 2 No |
WHAT IS MEANT BY SIGNATURE VAILOTION ERROR
What is the difference between iter and do?
HOW DO YOU DISPLAY A DISPLAYFILE AT OTHER WORKSTATION? CAN WE MOVE A PHYSICAL FILE? WITHOUT MOVING A FILE?
please guys help me,I need to write a program that shows more than one way to display a subfile. Both views are of the same file but sorted differently and show different fields of the same file when the user presses a function key. send me code
1.I have a Batch job, Running for 4 hours, i want to reduce the executing time to 2 hours what should you do?
how to display all the members records in a physical file without using ovrdbf?
What will be the value of STRING after line 0106 is executed in the code below? 0101 E* Fromfiletofile..tabnameprnentlenpdatabnamlenpda 0102 E ARR 8 1 0103 ISTRING DS 0104 I 1 8 ARR 0105 C MOVE *BLANK STRING 0106 C MOVEA'ABC' ARR A) 'AAAAAAAA' B) 'BBBBBBBB' C) 'CCCCCCCC' D) 'ABC ' E) ' ABC'
can you debug ile rpg program using isdb?
i'm working on progA , in that program i want to see the userids of the users who work on this program?
what is kids-rpg?
What are the types of identifiers?
How to print output from openquery in as400 ?