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
A join logical file has how many record formats?
how can a cgi check whether an ifs object is available?
what is the command used to invoke rlu ?
define the purpose of the %sst function?
can a single screen format occupy a screen area above and below a subfile format ?
what are the different types of arrays available in rpg ?
what opcode could be used to test an alphanumeric field for all numeric values?
when do you explicitly open files and close files in an rpg program?
what is arrival sequence?
define the purpose/use for sflrna?
how can I control the way a remote browser uses its cache?
how you get the relative record in a subfile in which cursor is located?
how does union file maintains record formats?
define the purpose of the *cat function?
how can you execute a command from within an rpg program without calling a clp program?