Hi friends,
I am using a load all subfile , and currently i am in in
the third page of the subfile , from third page i have
selected a record and called some other program .on
returning, subfile is being loaded from the frist page. so
can any one kindly suggest me in retaining my third page
after returning. i.e loading from third page.
Answer Posted / karthik
Get the rrn when the record is selected and while returning
back to the load subfile, user this rrn for display or load
records starting from the selected rrn. Let me know if u
need more clarity
Good luck!!!
Karthik
| Is This Answer Correct ? | 12 Yes | 1 No |
Post New Answer View All Answers
What are the types of identifiers?
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 data area and how it is used in rpg program ?
How can we override a file during runtime in rpg?
How to define data area in RPG program? In which scenario multi occurrence DS is use in AS400?
What is the diff bw PF/LF Name and their Record format name? what is restriction in record format then file name?
How to write record if no field or the field are different in physical file in rpgle ?
What is file identifier where we can use?
what is kids-rpg?
How can we know running job is batch or interactive?
what is the rpg system?
What is ment by record level identifier?
When it is desirable to describe files Internally?
What is the difference between iter and do?
How would display prime numbers using CL program?