i want to display the 10000 record in a subfile by using
loadall , can we do it?
Answer Posted / jitender chandel
Hi
First thing is that u can’t load more than 9999 at a time at
all.
and this is the limitation in Load all subfile
If yout pf contain mote than 9999 records and you want to
display all the records in load all subfile then you have to
do some changes in your load subroutine of your rpg pgm.
In the load subroutine
if RRN > 9999 then it make rrn = 1 then it again load the
subfile
Jitender Chandel
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
what do we can do with the embedded sql statements?
What is the Difference between command attention key and command function key ?
How do you check object lock
how to validate input values in display file ?
how does the runqry show the output?
define the rcvf command?
How can we update a specific field in RPG?
which are the relational operators in rpg?
which are the query selection criteria, which can be given in a query?
what is the purpose of data structure?
how can I predict the performance of my cgis?
If I want to execute Sftp commands(LS & GET) stored in Physical file from CL program automatically...Can u Plz tell me how can I do this?...How the script will look?? THANX FOR NY HELP...
what is the purpose of ovrdta (override data) keyword?
which are the string manipulation opcodes?
what is rpg fixed logic cycle?