Suppose you have 3 members in a database file. How to read
records from all the members
Without using CL (OVRDBF) i.e. it should be handled
exclusively in an RPG program?
Answer Posted / reecha
Using EXTMBR(member name) in the keyword option in the F
specs. For eg.
F filename I F E EXTMBR(mbrname)
This will open the particular member of the file.
| Is This Answer Correct ? | 19 Yes | 1 No |
Post New Answer View All Answers
how many maximum spaces could be given in o specs?
How to convert a spool file to PDF file in AS400?
which cl command can be used at program execution to redirect the file named in an rpg program?
when are the unique constraints executed?
what is *inzsr used for?
how can database records be read without lock ?
why do we use readc? What is sflnxtchg?
Write a logic program for knowing the repeated number of a vowels in a given program?
what are the different types of variables available in cl?
how many printer files maximum can be used in single rpg program?
can a single screen format occupy a screen area above and below a subfile format ?
Can any one explain the basic things about RLU and Printer Files and their Definitions for both and why are they used,i'm a newbee so please help me out
what is rpg fixed logic cycle?
can a join logical file be updated?
what are necessary keywords to code message subfile?