3 members in a databasefile .how to read records from all
the members?????????

Answers were Sorted based on User's Feedback



3 members in a databasefile .how to read records from all the members?????????..

Answer / samul

OVRDBF FILE(TEST)
TOFILE(*LIBL/TEST)
MBR(*ALL)

before calling pgm,execute above cmd.

cheers...

Is This Answer Correct ?    9 Yes 3 No

3 members in a databasefile .how to read records from all the members?????????..

Answer / reena

there are 2 ways.

1. using OVRDBF
2. By creating and LF.

Is This Answer Correct ?    3 Yes 0 No

3 members in a databasefile .how to read records from all the members?????????..

Answer / prabakaran

Using EXTMBR

Is This Answer Correct ?    3 Yes 1 No

3 members in a databasefile .how to read records from all the members?????????..

Answer / ravi kumar

1. Through RPG, using EXTMBR(*All)
2. Through CL, OVRDBF FILE(TEST) TOFILE(*LIBL/TEST)MBR(*ALL)

Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More RPG400 Interview Questions

How to update physical file in rpgle without using display file?

4 Answers   GalaxE, IBM, TCS,


How to sort an array in descending in RPG

3 Answers   Google, TCS,


How to declare the pull button in AS/400..

0 Answers  


can anyone say,what is the use of operation extended H/N/P?

2 Answers  


what is difference between DSPFD and DSPFFD?please give me real senario with good example?

1 Answers  






is this a rpg channel?

0 Answers   IBM,


IN RLU what are the record level keyword is used?

5 Answers   iGate, TCS,


How can we receive values from a called procedure in CL?

1 Answers   IBM, NTT Data,


How can we make use of SETLL operation in CL?

11 Answers  


How to search particular records from the database file in rpg?

2 Answers  


1.Write code to read the records from a file and load an array of size 99? Make sure that you take care of all the error conditions?

2 Answers   HSBC,


Can anybody tell me in which scenario we have to use SQLRPG .(Embeded SQL)....?

2 Answers   HSBC,


Categories