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
what the purpose of ovrdta, ovrata keywords?
Can any one explain the basic things about RLU and Printer Files and their Definitions for both and why are they used,i'm a newbee so please help me out
What is %CHECK?
what are the important factors in error message subfile ?
how many maximum spaces could be given in o specs?
Difference Between Interactive & Batch Job?
distinguish between terminating a program through seton lr and return?
How do I remove a flag or check no. or name when a user opens too many sessions?
what is full form for dds?
when should I use method get, and when should I use method post in my cgis?
How to reverse the string in rpg
What is the draw back of Procedures? why we are going to Modules?
how can I control the way a remote browser uses its cache?
when do you use f-spec. Continuation line ?
Difference between NOPASS & OMIT?