Hi, can any one tell me :IN CASE OF SINGLE PAGE FILE HOW WILL
I LOAD THE PREVIOUS PAGE WITHOUT THE USE OF SFLCLR INDICATOR
?
Answer Posted / sridevi mj
HI,
Specifying the rolldown key(Page up) in the RPG code.
Followed by this,the SFLPAG can specify the number of lines
pr page, SFLRCDNBR pointing to how many previou records to
be loaded.
| Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
what is kids-rpg?
can you debug ile rpg program using isdb?
What is the difference between iter and do?
how can I tell when to replace the array?
during execution, an rpg/400 program automatically follows a sequence of operations for each record that is processed. The built-in program cycle includes the following logical steps.
what is a rpg?
When it is desirable to describe files Internally?
write an RPG program to calculate the marks of 5 students (A,B, C, D, E)in 3 different subjects (eng, math, sci) an display on the screen
how can you display specific subfile page on the screen in unequal subfile?
How to handle duplicate error handling in RPG?
How to write record if no field or the field are different in physical file in rpgle ?
We have job which is running as batch. It takes atleast 06 hours to complete tht job. But I wanna do tht job with in 3 hours?
When we have a file with Duplicate records and I want to read the unique record from the file. For example a file containing Emp Name as 'Ram' and there are 3 entries of it. So how to read a unique record from File?
what do you mean by an input subfile, what are the keywords required?
How to create a login screen using a command instead of display file.... intention is to get a password field on a command..... how do you achieve this...