Suppose you have 3 members in a database file. How to read
records from all the members without using CL (OVRDBF) i.e.
Entire process should be handled exclusively in a RPG program?
Answers were Sorted based on User's Feedback
Answer / milan kumar banerjee
One way could be using CPYF copy all the members into a
single member of a file and then process the new file in
the RPG.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / murali
It is not possible to read all the members through OVRDBF, you need to override the file in the CL and use use EXTMBR('*ALL') keyword on F specification in RPGLE
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / prasanh
Hello, EXTMBR key word can be used in RPGLE program, but the
question is how to use it in RPG?
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / ravikumar
2nd and 3rd answers are correct...
Yes, EXTMBR(*ALL) is used in RPGLE program...
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the difference between RPG/400 and RPG4
how can I tell when to replace the array?
How we will read call stack?
what is flat file?
I have two sessions S1 & S2 under this 3 jobs(say j1,j2,j3 under session S1) And 2 jobs(Say j4, j5 Under session S2)is running. How many QTEMP & how many LDA will create for the same.
wat is scan and check ? give me real time scenarios where we used these keywords in ur projects?
Suppose we have 10 records with same name and we are reading using READE,after 4 record i have to use CHAIN what is the output
i would like to know under what circumstance the object will get locked on AS400.
1.How to load Records of a Physical file(PF) in the reverse order, in CL program?
what is edit word and edit code
wat is the difference between array and multiple occurence data structure?
what is use of sflnxtchg and use of MDT(modify data tag).both r same r not and can we use these on dspf and subfile.