In a particular program one file is used where override
command is applied to a file, now this program calls
another program where we want to use the same file but
without override.How it can be done?
Answer Posted / syam
Before calling another program use DLTOVR fileName LVL(*).
LVL(*) = Call Level (*CALLLVL)
If I am wrong pls correct
| Is This Answer Correct ? | 15 Yes | 1 No |
Post New Answer View All Answers
can I touch the array during treatments?
what are the key words you must use when using a subfile?
What is ment by record level identifier?
explain sflclr, sflend, sfldlt, and sflcsrrrn?
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.
How to define data area in RPG program? In which scenario multi occurrence DS is use in AS400?
How many program bind in one module....
How to handle duplicate error handling in RPG?
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?
How to select highest score of each subject or how to select highest income of every month?
how does the rpg element work?
How can we know running job is batch or interactive?
can you debug ile rpg program using isdb?
if there is a module object , how to find the program object for this module object.Assume the module object name and program object name is not same.
What is the purpose of record level identifier?