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
?
Answers were Sorted based on User's Feedback
Answer / 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 |
Q1.How to read the Array? Q2.How to copy the content of one Array to another Array?
Hello, I want to extend a length of field in my Display file(Subfile). Please suggest the possible steps. Thanks
Delete FileName at first statement in RPG.
can we perform CHAIN operation on Subfile record format....?
How to read a record from file where there is multiple record occurrence is available?
i would like to know under what circumstance the object will get locked on AS400.
Can a run time array be declare like below with no specified number of elements ? Is it possible ? DFLD_ARRAY 7 DIM() INZ(*blanks) What does this mean ? Does this mean that the number of array elements will be dynamically declared during run time ?
How can i check the object existance in RPG program without using QCMDEXC command.
How many program bind in one module....
How to write record if no field or the field are different in physical file in rpgle ?
In RPG program one file using as a PRIMARY file while running program some of the records reading twice any body know why its happening
If there are 1000 member(PGM type) in a SRC file. How can we compile in a CL program? ( It need to be done in a loop)?