i want to display the 10000 record in a subfile by using
loadall , can we do it?
Answer Posted / mithun paul
We can't display the 10000 records in a subfile by using
load-all. Because, in the case of load-all subfile, system
take care the Page-Up and Page-Down request for up to 9999
records.But byond 9999 records system can't take care the
Page-Up and Page-down request and program crases.
In this case we have to use single page subfile, where we
have to write code for Page-up and Page-down and it will
process any number of records.
Mithun Paul
KMG Infotech
Kolkata
| Is This Answer Correct ? | 44 Yes | 1 No |
Post New Answer View All Answers
Hi,Can any body give the code for the below mentioned quetion.?Im trying to get coding in with easily inderstanding.Plese give me the coding for this? 1.How would you achieve this requirement with out using RPG/RPGLE pgm,but by using only CL?Read a database file and display file contents on the screen when enter key pressed the next record should be displayed on screen.When the last record is reached or when F3 key is pressed the program should exit if the file is empty,a message should be displayed indicate that there are no records to display. Database file Name=EMPDBF Fields in EMPDBF to be displayed on screen Employee Number- EMPNUM(5,0) Employee Name- EMPNAM(30,A) Employee Address-EMP ADDR(50 A)
how do you read data area in an rpg program?
what are the three types of keywords associated with printer file ?
what is maximum number of arrays allowed in rpg?
is there any way to dynamically merge other html scripts into a given html?
what are the different opcodes available in rpg for database access ?
is their a difference in cobol400 for the release 5.2 and 6.1 at the as400.
which cl command is used to trap error messages during program execution?
what is sflpag and sflsiz ?
What Is The Object Type Of Pf, Lf, Printer File & Display File?
What are the mandatory keywords of sub file?
how you will find an error which is not in the first page of the subfile without using rolldown key?
is it there an easy way to determine if an html section is available to issue a wrtsection upon?
define subsystem?
how can you detect and handle a record lock situation?