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 is xfoot opcode ?
What is binder language ?
what is the command used to invoke rlu ?
what opcode could be used to test an alphanumeric field for all numeric values?
How can we change the uppercase to Lowercase in RPG?
what is the purpose of putovr (put with explicit override) keyword?
how can we run a batch job?
what the purpose of ovrdta, ovrata keywords?
Write a logic program for knowing the repeated number of a vowels in a given program?
how do you pass parameters in cl?
how can you check for a records existence without causing and i/o (chain/read)?
how can I start a page in a new window?
what is the difference between normal upddta to pf and updating using dfu program?
what is logical file?
what is a keyed physical file?