i want to display the 10000 record in a subfile by using
loadall , can we do it?
Answer Posted / mithun paul
We can't display the 10000 records in a subfile by using
load-all. Because, in the case of load-all subfile, system
take care the Page-Up and Page-Down request for up to 9999
records.But byond 9999 records system can't take care the
Page-Up and Page-down request and program crases.
In this case we have to use single page subfile, where we
have to write code for Page-up and Page-down and it will
process any number of records.
Mithun Paul
KMG Infotech
Kolkata
| Is This Answer Correct ? | 44 Yes | 1 No |
Post New Answer View All Answers
What is data structure in as400? What is the use of data structure?
What is %CHECK?
WHAT IS AS/400 SYNORIO?
what is the purpose of data structure?
what does defn do?
What is the difference between iter and do? We know both are used to execute set of statements repeatedly, but what is the main difference?
what is the difference between seton lr and retrn?
what are the important factors in error message subfile ?
how to develop some simple graphs (bar charts) using just html?
what are the various types of device files?
How to reverse the string in rpg
what is the length of a variable in rpg?
why is the declare cursor statement is used for?
why do we use readc? What is sflnxtchg?
what is a physical file?