i want to display the 10000 record in a subfile by using
loadall , can we do it?
Answer Posted / amit
KALYAN , YES YOU CAN DO IT UNLIMITED TIME THIS BUT THERE IS
A CONDITION THAT AT A TIME YOU ONLY CAN LOAD 9999 RECORDS
IN A LOAD ALL SUB FILE.COZ RRN 'S SIZE IS 4,0( RRN-RELATIVE
RECORD NUMBER) WHICH CAN CONTAIN AT MAX UPTO 9999. FOR
LOAD ALL SUBFILE YOU CAN CLERE ANY TIME AND CAN LOAD NEXT
9999RECORDS INTO .FOR THIS YOU HAVE TO SET RRRN 9999 TO
RRN - 1 FROM THIS POINT YOU WILL START AGAIN LOADING.
cheers
Amit
| Is This Answer Correct ? | 12 Yes | 3 No |
Post New Answer View All Answers
what is a program described file in rpg?
What is the difference between physical file and logical file?
when should I use method get, and when should I use method post in my cgis?
list some of the commonly used commands for debugging?
WHAT is STORED PROCEDURE CONCEPT IN AS400 WITH EXAMPLE?
what is *iso date format?
how can you detect overflow for a print program that prints multiple lines per cycle?
what is the command used to invoke rlu ?
define a shared access path?
explain the purpose of keep and assume keywords?
what are various techniques to pass parameters from one program to another?
what opcode could be used to test an alphanumeric field for all numeric values?
the output from my cgi is correctly interpreted by ms internet explorer, whereas netscape navigator would display it as a plain text. What should I do to have also netscape interpreting the html output from my cgi?
which cl command is used to trap error messages during program execution?
how to write code for singlepage in sqlrpgle with update ?