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.
Answer Posted / 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 |
Post New Answer View All Answers
How can we know running job is batch or interactive?
Interviewer asked me write down DDS for load all subfile .can anybody write dds
If my rpg program has a date field, what extra care I have to take while compiling that rpg program? If the file is keyed and I have declared the file as well as key list properly in my program. Still am getting an error message like "chain/reade operation is not allowed" what may be the case?
explain sflclr, sflend, sfldlt, and sflcsrrrn?
what is an online rpg?
can I touch the array during treatments?
are there any useful c runtime apis that I can call from rpg iv?
When we have a file with Duplicate records and I want to read the unique record from the file. For example a file containing Emp Name as 'Ram' and there are 3 entries of it. So how to read a unique record from File?
How can we override a file during runtime in rpg?
Suppose we have one database file and it is used by 5 programs and in 3 program we have to add some records in datbase file s what is the impact on other program?
How to declare the pull button in AS/400..
what is program status data structure?
Program to read marks of 10 students for 4 subjects and compute and display total marks and status of each student in rpg
What is the difference between copybooks and subprocedures in as400?
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.