Why do you use Keep and Assume Keywords.
Answers were Sorted based on User's Feedback
Answer / mithun paul
The entire display is kept if any of the records on the
display have KEEP specified. The default causes the entire
display to be deleted when the file is closed.
Assume keyword is specify that the OS/400 program is to
assume that this record is already shown on the display
when this file is opened. Such a record would also be
defined, with the KEEP keyword, in another display file.
This two keyword has no parameters.
| Is This Answer Correct ? | 14 Yes | 0 No |
Answer / bharat
Keep keyword is used to restore the screen display.
Assume keyword is used to make assume the program that the
record is on display.
| Is This Answer Correct ? | 6 Yes | 6 No |
how many printer files can be defined in f specs ?
how many files, printer files you can describe in a rpg?
What is Folder?
What is binder language ?
load all subfile logic in sqlrpgle and when updating particular record it must be lock form other jobs (not a file)?
can a indexed file be accessed in arrival sequence in rpg program?
Difference Between Ca & Cf?
what is elastic and non elastic subrile?
is there any way to dynamically merge other html scripts into a given html?
different type of cursor?
how to declare a constant variable in the freeformat?
What Is The Object Type Of Pf, Lf, Printer File & Display File?