How do I read records from Subfile? what is the purpose of
READC explain with example?
Answer Posted / ravi
When you declare SFLNXTCHG in the DDS. You can use READC opcode to find the changed records in the subfile. The MDT will be ON on the changed record. Once you read the record, it changes to off. This is how system identifies the changed records sequentially.
Best example is do WRKMBRPDM, it is nothing but a subfile. You can see all source members in your source file. Correct?
Now, enter display (option 5 i guess?) on say 5 sources and press Enter, control goes to the fisrt source and press enter, control goes to the second source etc.. isn't it?
That is nothing but READC usage.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
Hi Viewers can any body explain me how to update and ahange the already existed data in physical file using subfile ? please explain me with the code if possible?
which program rpg or cl is efficent to update a transaction onto a database file and why ?
what is the procedure and explain about real time scenario.
what are the key words you must use when using a subfile?
what is the necessary keyword needed to scroll subfile records?
how do I declare a table or array in rpg iv?
How to declare the pull button in AS/400..
write an RPG program to calculate the marks of 5 students (A,B, C, D, E)in 3 different subjects (eng, math, sci) an display on the screen
How to define data area in RPG program? In which scenario multi occurrence DS is use in AS400?
Explain mdt?
explain sflclr, sflend, sfldlt, and sflcsrrrn?
what is kids-rpg?
Suppose we have one database file and it is used by 5 programs and in 3 program we have to add some records in datbase file s what is the impact on other program?
how do you use commitment control in rpg?
what is file information data structure?