what is code for reading member in rpgle when wehave
like extmbr(*all)
so we have 3 members in *all then i want to read first
record in 2member
Answers were Sorted based on User's Feedback
Answer / svankipu
Use OVRDBF & replace the member(MBR(*FIRST)) with second
member's name.
Now call the RPG pgm to read the second(2nd) member.
- OR -
If u r already in RPG pgm, use QCMDEXC for overriding the
member with 2nd mbr & continue.
- OR -
If it permits use EXTMBR(2nd mbr-name) instead of EXTMBR(*ALL)
| Is This Answer Correct ? | 16 Yes | 0 No |
Answer / adhar246
First do *HIVAL SSETGT on the file. It will set the pointer after the last record of first member. than do simple read operation. it will start reading from first record of second member.
| Is This Answer Correct ? | 3 Yes | 5 No |
What is the purpose of OPNQRYF (Open Query File)?
what is the function of cpyf command?
is it possible to create a physical file without dds?
what does vldcmdkey means?
what is a physical file?
What is the as400 called now?
WHAT IS ACTIVATION GROUP IN ILE?
10 Answers Accenture, HSBC, TCS,
what is OUTFILE?what is the uses and disadvantage? where we can use this?
DIFFERENCE BETWEEN BINDING LANG AND BIND DIR WHEN USING IN SERVICE PGM...when using binding directory service pgm is necessary?
What is data structure in as400? What is the use of data structure?
In which specification can a report layout be defined ?
can we creat a member logical file