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 / shruti tayal
In F-spec use EXTMBR keyword, specify *ALL in quotes as the
parameter value, this will cause all members of the file to
get processed.
| Is This Answer Correct ? | 18 Yes | 0 No |
Post New Answer View All Answers
what is maximum number of arrays allowed in rpg?
Hi,Please give me the the answer for these quesitons? 1.what is IFS and ICF and RAPE amd DISKET fils? explain with example please? 2.What is the difference between POST AND SPACE OPCODES? 3.Can anybody tell me default printerfile command and object type?
what is the syntax for plist?
what is the version of os/400 that we have?
what is term cua , saa?
when are the unique constraints executed?
1. There is a file called Month. Month has 12 members called Jan, Feb, ..., Dec. How to design a rpg code which can access any member and show its content. (User can ask for any member when required)?
can a indexed file be accessed in arrival sequence in rpg program?
what is the difference between seton lr and retrn?
can you have multiple key lists for a single file ?
what are the basic features of seu?
maximum number of subfiles that can defined in a rpg program for one display file is?
define the purpose of the *bcat function?
what is the maximum number of parameters allowed in rpg?
how will you find a string using pdm?