How to check which are the pgms using 1 perticulate file.?
I know there is many tool available for X-reference...but
need to know is there any command available in the
system...?
Answers were Sorted based on User's Feedback
Answer / manjunath
As of my knowledge, DSPPGMREF and FNDSTRPDM are the 2
commands which will fulfill the requirement but both the
commands have some flaws respective to the requirement.
If we use DSPPGMREF, the files which are opened, updated
and deleted through the SQL statements will not be listed.
If source is not available in the source file, then
FNDSTRPDM will not list those programs which are using the
required files.
So, to reduce the impact, we need to use both the commands.
Let me know if i am wrong
Is This Answer Correct ? | 2 Yes | 0 No |
How can we override a file during runtime in RPG? Without using OVRDBF or calling a CL program
1.what are the ARITHMETIC EXPRESSIONS IN CL PGM? 2.How to PASSING PARAMETER TO CL PGM?
can anyone say,what is the use of operation extended H/N/P?
How to identify the object has compiled with the debug view as *source without using STRDBG?
What are different ways to pass data between programs and which one is the efficient way?
how to change the length of the field in a physicalfile?
How to read alternative records in a pf by using rpg?
Some times While checking MSGW for object / member / record locks ,I have seen it's locked by itself ...? How it happen and what action we need to perform if job is updating / writing a record....?
How do I link an existing logical file to it's Physical File without recompiling?
program to find the number of objects used in a given program through a display.
I want to add 10 days in current date. how it is possible in CL program...?
How can we find out whether the job is interactive or Batch through RPG program? 2) How can we find out through CL program?