how to display all the members records in a physical file
without using ovrdbf?
Answer Posted / reecha
The question mean to display the records in particular
members of Physical file ...this can be achieved by
EXTMBR(member name) along with the file in f specs
as it is clearly mentioned that OVrdbf is not allowed ...
....Reecha
| Is This Answer Correct ? | 11 Yes | 2 No |
Post New Answer View All Answers
If my rpg program has a date field, what extra care I have to take while compiling that rpg program? If the file is keyed and I have declared the file as well as key list properly in my program. Still am getting an error message like "chain/reade operation is not allowed" what may be the case?
which program rpg or cl is efficent to update a transaction onto a database file and why ?
how do you use commitment control in rpg?
1. What is bound-by-call and bound-by-reference? 2. Where and why is *Nomain used? 3. What are the difficulties faced by programmers when using service programs? 4. Explain the different ways of parsing and compiling XML in iSeries.
How to write record if no field or the field are different in physical file in rpgle ?
what is file information data structure?
how do I declare a minor?
explain sflclr, sflend, sfldlt, and sflcsrrrn?
can I touch the array during treatments?
what is the necessary keyword needed to scroll subfile records?
Program to read marks of 10 students for 4 subjects and compute and display total marks and status of each student in rpg
how do I preserve and clean the array?
can you debug ile rpg program using isdb?
How Chain operation copies the record's data to the input buffer for the program?
What is the difference between copybooks and subprocedures in as400?