Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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



Suppose you have 3 members in a database file. How to read records from all the members without usi..

Answer / kcsyam

use EXTMBR('*ALL') keyword on F specification

Is This Answer Correct ?    17 Yes 1 No

Suppose you have 3 members in a database file. How to read records from all the members without usi..

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

Suppose you have 3 members in a database file. How to read records from all the members without usi..

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

Suppose you have 3 members in a database file. How to read records from all the members without usi..

Answer / phalgun

Use OVRDBF command in RPG using QCMDEXC

Is This Answer Correct ?    2 Yes 0 No

Suppose you have 3 members in a database file. How to read records from all the members without usi..

Answer / as400 gem

The above answer is perfectly right!

Is This Answer Correct ?    0 Yes 0 No

Suppose you have 3 members in a database file. How to read records from all the members without usi..

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

Suppose you have 3 members in a database file. How to read records from all the members without usi..

Answer / ravikumar

2nd and 3rd answers are correct...

Yes, EXTMBR(*ALL) is used in RPGLE program...

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More RPG400 Interview Questions

I have some doubts on subfile----------- -----I wrote a prog on subfile to display the records. Every thing is clear but i defined a field called "opt" as input field in subfile record format from that input field i wish to enter into new screen called "EDIT" which i created it as a separate RCD in display file. i gave opt as 2 for edit just like in WRKMBRPDM screen please telll me the code and how can i code for it in RPG.

3 Answers  


1.How you will find the program is batch or online in cl pgm? 2.How you will end the batch pgm when the job runs? write an logic? 3.In wich command the option *drop is used?

2 Answers   TCS,


I want my simple Green screen should refersh every 1 min ,How can I do it..? Please share the logic

2 Answers  


WHAT IS MEANT BY SIGNATURE VAILOTION ERROR

1 Answers   IBM,


Is it possible to call a subfile using CL. IF yes.. kindly help me out with explanation...?

3 Answers  


What are the types of identifiers?

0 Answers  


What are different ways to pass data between programs and which one is the efficient way?

5 Answers  


which program rpg or cl is efficent to update a transaction onto a database file and why ?

0 Answers   IBM,


how to display all the members records in a physical file without using ovrdbf?

9 Answers  


Can we have a Physical file without any member ? Please let me know

12 Answers  


How can a screen field that has changed since the last output operation be detected?

4 Answers   IBM,


1) How to retrieve RRN through RPG ? 2) How to pass parameter by value ? 3) How to trap the error through the RPG/400

10 Answers   IBM, Tech Mahindra,


Categories