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 |
A pgm subroutine calling child subroutine, that child subroutine again calling parent subroutine, u have 1000 lines of code, with out debugging , how can u find that error??? Is there any command to find errors in pgm???
Can somebody tell me that, Is it possible to read all the member of PF without OVRDBF?
I have to change a program. This program is calling a subroutine mor than 100times within it. so will it have any performance issue? if yes than what changes i can make. Thanx for ur valuable answer.
how do I play {insert rpg system here}?
What is the compilation option that has to he specified while compiling an RPC program which uses a file having date data type field?
Why we need to give File and To file Names While we are using OVRDBF. What is your understanding related to this?
Why there is invention of RPG if we can do insert update delete in CL through SQL.Why the rise of RPG?
during execution, an rpg/400 program automatically follows a sequence of operations for each record that is processed. The built-in program cycle includes the following logical steps.
Interviewer asked me write down DDS for load all subfile .can anybody write dds
What is the difference between iter and do?
suppose there are 100 records and i want to read records between 60-70 how we can read this 10 records in rpg
Anybody can explain the difference between SFLCLR & SFLINZ?