10 pts.
 How to read records in all of the members of a single pf?
I have a file name file1. it has 30 members. i have a input value from a display file and i need to check it in all the members. If it match i write the record in file2. How to read records in all members of a single pf?

Software/Hardware used:
ASKED: March 27, 2008  7:13 AM
UPDATED: March 27, 2008  9:28 AM

Answer Wiki:
Hi, You should be able to use OVRDBF to access all members in a PF. OVRDBF FILE(FILE1) MBR(*ALL) When you run your program you may see informational messages in your joblog indicating which member is being read. Regards, Martin Gilbert.
Last Wiki Answer Submitted:  March 27, 2008  9:28 am  by  Gilly400   23,625 pts.
All Answer Wiki Contributors:  Gilly400   23,625 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _