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 / murali
It is not possible to read all the members through OVRDBF, you need to override the file in the CL and use use EXTMBR('*ALL') keyword on F specification in RPGLE
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
how do I declare a minor?
what happens when sflsiz = sflpag? What are the advantages and disadvantages?
can you debug ile rpg program using isdb?
what was the robotech rpg?
How can we override a file during runtime in rpg?
how can I tell when to replace the array?
what is an online rpg?
what is kids-rpg?
what is data area and how it is used in rpg program ?
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...
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 do I preserve and clean the array?
How to call one program from another program in RPG? please help me with the code
How to select highest score of each subject or how to select highest income of every month?
How to declare the pull button in AS/400..