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
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)
what is the purpose of data structure?
what is elastic and non elastic subrile?
what does defn do?
what are the important factors in error message subfile ?
what is externally described file ?
what is the function of cpyf command?
when should I use method get, and when should I use method post in my cgis?
how to run other job when one job is active?
how can you specify no duplicate key?
which cl command is used to trap error messages during program execution?
an access path may be in which sequence?
How can we read file using curser? how to define a curser?
If I want to execute Sftp commands(LS & GET) stored in Physical file from CL program automatically...Can u Plz tell me how can I do this?...How the script will look?? THANX FOR NY HELP...
what is meant by object lock requests,held locks and locks waiting to be applied(wrkobjlck) why should we apply for locks.Please explain sir.