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 importance of 'MAPFLD' IN OPNQRYF FILE ?
How many program bind in one module....
What is the difference between iter and do?
what is mean by *MAP and *DROP?what commands use these two keywords?why are they used?
when will come session device error?
what are the array operations?
How to read alternative records in a pf by using rpg?
1.WHAT IS WRONG WITH THE CODE BELOW? C CUSTNO CHAIN CUSTMAST IF %ERROR can any body find the wrong please? 2.What builtin function will you use to achieve the following functionality? C QTY IFLT *ZERO C QTY MULT-1 QTY ENDIF
What you have to do in the display file when you are using message subfile?
how do u find whether a record is locked or not??
Hi guys. Im in AS/400(RPGLE,CLP) from last 1 year.Now i wan to upgrade my Knowledge in AS/400. Suggest me some new fields & courses which falls under AS/400. Waiting for your quick Response.
What is the RPG cycle?