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
how can you execute a command from within an rpg program without calling a clp program?
Difference Between Call & Sbmjob?
how to pick up the changed records every time in a subfile after the first change made ?
What is program status data structure(psds) in as400?
what are the basic features of seu?
define the purpose of the leave operation?
what is a composite key?
how can you detect overflow for a print program that prints multiple lines per cycle?
what is the disadvantage of using global variable?
what is subfile?
Why we have multiple data types in As400 and why we use numeric, packed, decimal, zoned the basic difference between this?
what does the opcode free do?
what is the difference between seton lr and retrn?
what is the command to know key fields of file?
when do you use f-spec. Continuation line ?