Suppose you have 3 members in a database file. How to read
records from all the members without using CL (OVRDBF) i.e.
Entire process should be handled exclusively in a RPG program?
Answer Posted / milan kumar banerjee
One way could be using CPYF copy all the members into a
single member of a file and then process the new file in
the RPG.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
do you use message subfiles? What are the necessary keywords required coding a message subfile?
how can I tell when to replace the array?
what is file information data structure?
what is the difference between do while and do until?
How do u design a physical file, when you have 2 Unique fields like for eg in A student file student ID and student examination no both are unique
what is the rpg system?
what is data area and how it is used in rpg program ?
What is the diff bw PF/LF Name and their Record format name? what is restriction in record format then file name?
what is an online rpg?
What is ment by record level identifier?
is this a rpg channel?
what is the procedure and explain about real time scenario.
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.
can you debug ile rpg program using isdb?
What is the difference between iter and do?