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 / sandeepkt
DSPPGMREF shows all the program using the file .
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
Assume 2 users are using the same file and first user updates some record in the file. Will the 2nd user will be able to see the updated record or not?
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?
explain sflclr, sflend, sfldlt, and sflcsrrrn?
1. If there are two programs using same file and 2 users are using the file at the same time and what can be done to allow them both to access? 2. How can remove lock from the file for accessing it by both users?
How to call one program from another program in RPG? please help me with the code
How can we override a file during runtime in rpg?
how does the rpg element work?
what is a rpg?
what is an online rpg?
How to select highest score of each subject or how to select highest income of every month?
Explain mdt?
what is the difference between do while and do until?
What are the types of identifiers?
How to create a login screen using a command instead of display file.... intention is to get a password field on a command..... how do you achieve this...
what is *place and *auto keyword in prtf ?plz explain