3 members in a databasefile .how to read records from all
the members?????????
Answer Posted / 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 View All Answers
do you use message subfiles? What are the necessary keywords required coding a message subfile?
can any one help in hawkeye and turnover or any change management system plzzzzz or send the documents to my mail id :gvsp.as4@gmail.com
How to call one program from another program in RPG? please help me with the code
Please tell me how to read the records from a file with load an array of size with error conditions(The logic answer for this question is ARR is array of 99 elements Z-ADD 0 IDX *LOVAL SETLL FILE READ FILE 99 *IN99 DOWEQ *OFF IDX ANDLT 99 ADD 1 IDX MOVE FIELD ARR,IDX READ FILE 99 ENDDO).So,Please give me the complete of this code.
what is the procedure and explain about real time scenario.
How to handle duplicate error handling in RPG?
What is difference between bind by copy and bind by reference?
what is the use of sflnxtchg?
what is the rpg system?
How can we override a file during runtime in rpg?
How would display prime numbers using CL program?
What is the diff bw PF/LF Name and their Record format name? what is restriction in record format then file name?
what is program status data structure?
what is the difference between do while and do until?
How to define data area in RPG program? In which scenario multi occurrence DS is use in AS400?