How can we read a particular record from the database file
which is not having DDS (Flat File). For example, there are
100 records in the flat file. How can we retrive 15th
record in RPG/400 program (Without using CL)
Answer Posted / swetha
I think you can use setll only if the file has keyfield
| Is This Answer Correct ? | 4 Yes | 7 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?
how do I play {insert rpg system here}?
How Chain operation copies the record's data to the input buffer for the program?
how do I preserve and clean the array?
How to define data area in RPG program? In which scenario multi occurrence DS is use in AS400?
what is *place and *auto keyword in prtf ?plz explain
how can you display specific subfile page on the screen in unequal subfile?
how can I tell when to replace the array?
what is file information data structure?
If my rpg program has a date field, what extra care I have to take while compiling that rpg program? If the file is keyed and I have declared the file as well as key list properly in my program. Still am getting an error message like "chain/reade operation is not allowed" what may be the case?
what is the necessary keyword needed to scroll subfile records?
How can we know running job is batch or interactive?
explain sflclr, sflend, sfldlt, and sflcsrrrn?
how do I declare a minor?
How to declare the pull button in AS/400..