how to display all the members records in a physical file
without using ovrdbf?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / rajesh
using non-join logical file(single format)file we can
display all members records.
| Is This Answer Correct ? | 8 Yes | 0 No |
Answer / guru
use EXTMBR('*ALL') in file specification.
Regards,
Guru
| Is This Answer Correct ? | 11 Yes | 3 No |
Answer / surya siram
By using EXTMBR(*ALL) keyword we can able to read the data in physical file for each member sequentially. By using file information data structure, we can able to know which member is reading currently.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / amol
If we want to see all records of memebers without using a
OVRDBF ,we use DSPFD command or creating a non join logical
file based on that particular p.f.
| Is This Answer Correct ? | 0 Yes | 12 No |
Need a sql query: retrieve all duplicate records in table?
what is plat file?
Suppose in CL we reach at end of file and again we have to reach from 1 record
Need a sql query: retrive all duplicate records in table
WHAT IS MEANT BY SIGNATURE VAILOTION ERROR
WHAT IS MENT BY RECORD LEVEL IDENTIFIER ? WHAT IS THE PURPOSE OF THIS?
how we retrieve records without using key field (ex:name) from Physical File through RPG in as/400?
wat is the difference between array and multiple occurence data structure?
1. If my rpg program has a date field, What extra care I have to take while compiling that RPG program? 2. 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?
how can we know running job is batch or intractive ? i need all the possibilites.........plz help me
How do you find whether a job is a batch job or interactive?
suppose we have 10 members in physical file and i have to use 4 out of 10 so how can we read this in RPG