Q. HOw can read multimember file through RPG/400 and CL/400
Actully i know that we can Read multimember file in RPG
through EXEFILE and EXEMBR and in cl through OVRDBF and
MEMBER(3)....But i want to read 3 members by CL Program And
RPG/400 program.Please write the coding(Program) for both
RPG/400 and CL/400 programs?
2.What are the full forms(stands) of EXEFILE and EXEMBR?
Answer Posted / gagan
in Cl using command DSPFD get the list of all the members of a PF in a outfile .
Then read that outfile in loop.it will read all the members in loop
Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
what is a logical file?
what is the function of cpysplf command?
what does defn do?
how will you find a string using pdm?
How to reverse the string in rpg
what are necessary keywords to code message subfile?
explain the use of dftwrt display keyword?
what is the sequence when using cursor?
how can you execute a command from within an rpg program without calling a clp program?
when are the referential constraints executed?
when would you prefer logical file than opnqryf?
How can we arrange duplicate records in a file?
how can u check no of records in a file?
what is the difference between udate and the system date?
Can we debug the MSGW JOBS?