How I can reread the physical file in CL program once the
end of file reached in same CL program.
Answer Posted / naga srinivas.kattula
Why u need POSDBF? whether u are checking the record in
first file is in second file?
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
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?
Hi Viewers can any body explain me how to update and ahange the already existed data in physical file using subfile ? please explain me with the code if possible?
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.
which program rpg or cl is efficent to update a transaction onto a database file and why ?
do you use message subfiles? What are the necessary keywords required coding a message subfile?
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 difference between bind by copy and bind by reference?
What is the purpose of record level identifier?
what is file information data structure?
what is a rpg?
What is file identifier where we can use?
how do I play {insert rpg system here}?
Interviewer asked me write down DDS for load all subfile .can anybody write dds
How to select highest score of each subject or how to select highest income of every month?
what are the key words you must use when using a subfile?