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 |
How to change the name of physical members Dynamically?
How to handle duplicate error handling in RPG?
In ProgramB there is a SBMJOB, which is a call to program C .There is also a CALL to program D from B. How would you check the program C has been executed in D?
1.How can you search an entire source file for a particular field name? 2.How can you find the differences between two versions of the source for the same program? 3.What is a hidden field as it relates to a sub file? 4.How do you display a sub file that has no records in the sub file?
A rpg or clp command to find if the file field is defined as a character or numeric field.
how to find whether a date format is valid or not in RPG400 not in RPGILE.Can you please write the coding for this sir,i'm new to AS400.Please help.
parameters cannot be passed in which one??
when will come session device error?
What is the purpose of record level identifier?
i want to retrieve record b/w 2 dates in as400
Hello, I want to extend a length of field in my Display file(Subfile). Please suggest the possible steps. Thanks
If record-format name in an externally-described file has already been defined as a file-name.how to solve this?