3 members in a databasefile .how to read records from all
the members?????????
Answers were Sorted based on User's Feedback
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 |
Answer / reena
there are 2 ways.
1. using OVRDBF
2. By creating and LF.
Is This Answer Correct ? | 3 Yes | 0 No |
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 |
How to update physical file in rpgle without using display file?
How to sort an array in descending in RPG
How to declare the pull button in AS/400..
can anyone say,what is the use of operation extended H/N/P?
what is difference between DSPFD and DSPFFD?please give me real senario with good example?
is this a rpg channel?
IN RLU what are the record level keyword is used?
How can we receive values from a called procedure in CL?
How can we make use of SETLL operation in CL?
How to search particular records from the database file in rpg?
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?
Can anybody tell me in which scenario we have to use SQLRPG .(Embeded SQL)....?