i want to display the 10000 record in a subfile by using
loadall , can we do it?
Answer Posted / vivek dwivedi
Hi,
This is not possible. Reason is that --> Load all subfile load the records of the file to subfile buffer at compile time. So in this can not clear the subfile buffer at all.
You can do in Expanding subfile. Because Expanding subfile loading the record to buffer as per sflsize and page down handle by programmer so that programmer can clrsfl .
Hope you understand.
Thanks
Vivek
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
when should I use method get, and when should I use method post in my cgis?
can you specify a display file to be used in the following modes input,output, or combined modes ?
How we will get issues on AS/400 technology ? I mean which issue/Defect Tracking tool is using in all companies when any issue comes? Can anybody explain about the work flow of AS/400 project ? plzzz
Difference Between Source Physical File & Physical File?
what are necessary keywords to code message subfile?
when would you prefer logical file than opnqryf?
how many types of display are available on as/400 for user interaction?
how does the runqry show the output?
how to declare a constant variable in the freeformat?
how do you read data area in an rpg program?
in which specification the report layout can be defined?
what is sflrolval?
what is externally described file ?
which of the cl command can be used to determine which logical files are dependent on a specific file?
What is compiler directive in as400? Give example of compiler directive.?