i want to display the 10000 record in a subfile by using
loadall , can we do it?
Answer Posted / ravi
The moment the PF exceeds 9999 records and you try to display the subfile it fails with session/device error occured.
But, in expandable/self extending, you can page down till 9999 and the moment RRN is sfl becomes 9999 and you try to write the 10000 record, it fails because the records are stored in buffer and rrn accumulates.
single page/page by page, no storage in buffer, we have to do pgup/pgdwn.
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
what is the version of os/400 that we have?
how do you specify the number of records to roll in a subfile ?
how may a cgi control duplicate inputs?
how does the runqry show the output?
how to toggle between single line and multi - line display of a particular record in a subfile?
how will you find a string using pdm?
Can level check error occur if we do chgpf?
when do you explicitly open files and close files in an rpg program?
which are the member types which seu supports?
during input operation which indicator position is seton if there is a record lock?
records can be read/update/deleted with which file?
what is full form for dds?
what do we can do with the embedded sql statements?
If i change any file through application after entering data , how to check which file is updated through applications . For call stack we takes esc 3 then we chose 11..But What is answer of below qtn..?
how to run other job when one job is active?