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.

Answers were Sorted based on User's Feedback



Hi friends, I am using a load all subfile , and currently i am in in the third page of the subfi..

Answer / 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

Hi friends, I am using a load all subfile , and currently i am in in the third page of the subfi..

Answer / tthomas

Its just because ur rrn is getting initialized again.. get
the rrn of the first record in the third page and display
it.

Is This Answer Correct ?    7 Yes 0 No

Hi friends, I am using a load all subfile , and currently i am in in the third page of the subfi..

Answer / guru

Hi Friend,

Use SFLRCDNBR to achieve this in load all subfile or if you
are using load on demand (SIZE > PAGE) then clear the page
every time and load the specific page you want.

Is This Answer Correct ?    7 Yes 2 No

Hi friends, I am using a load all subfile , and currently i am in in the third page of the subfi..

Answer / mithun paul

Before call the program store the rrn and after retuning
from the program move that rrn number to variable of
SFLRCDNBR and write the subfile. It shows the subfile in
that particular page not the first page.

Mithun Paul
KMG Infotech, Kolkata

Is This Answer Correct ?    5 Yes 0 No

Hi friends, I am using a load all subfile , and currently i am in in the third page of the subfi..

Answer / ld123q44

Just before you make the call make a note of (a) the
relative record number of the first record on the page and
(b) the relative record number of the record you are making
the call from.
Now, when you to redisplay the page after the call you can
start the display either from rrn from (a) from rrn from (b).

Is This Answer Correct ?    2 Yes 0 No

Hi friends, I am using a load all subfile , and currently i am in in the third page of the subfi..

Answer / jay

you may use SFLCSRRRN to know the record in which the
cursor was lying when the control came to program

Is This Answer Correct ?    3 Yes 1 No

Hi friends, I am using a load all subfile , and currently i am in in the third page of the subfi..

Answer / pankaj

You have to get the SFLRCDNBR number when the record from
subfile is select. and when you comeback to it will show
third page as a first page and by doing page up/down you
can see other records.

Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More RPG400 Interview Questions

what r drawbacks of OPM? Why do we go for ILE RPG?

1 Answers  


Write the subfile logic program for the given concept. Load the data to the subfile depends upon the designation where designation is not a key field?

2 Answers   TCS,


Suppose in CL we reach at end of file and again we have to reach from 1 record

3 Answers   TCS,


In a particular program one file is used where override command is applied to a file, now this program calls another program where we want to use the same file but without override.How it can be done?

6 Answers   Hexaware,


i want to perform uniqness on db file bt my db file nt hving key by useing rpgle.

3 Answers   HSBC,






if i have three programs progA,progB and progC .now i call progB from progA. but the progB does not exist . now i want to call progC instead of starting dump. how can we achieve this.

10 Answers   Four soft,


Can we journel logical file and access path? Can we use commitment control for non-join L.F?

4 Answers  


can anybody explain significance of *loval setll with example code????

3 Answers   HSBC,


Errors in Sql query will be in which state?

1 Answers  


How can we receive values from a called procedure in CL?

1 Answers   IBM, NTT Data,


A pgm subroutine calling child subroutine, that child subroutine again calling parent subroutine, u have 1000 lines of code, with out debugging , how can u find that error??? Is there any command to find errors in pgm???

3 Answers   HSBC,


I know whole thing ab't Arrays related to declaration..can anyone tell me what exactly use of array or anyone faced a situation where he found use of array must....

1 Answers  


Categories