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 |
which are the figurative constants used in rpg?
What is LEVEL CHECK?
How to retrieve data from data area?
An rpg program is processing an openquery file.The file is declared in update mode in F spec.Can we update this file? Please explain?
What process the command SBMRJEJOB does?
which of the cl command can be used to determine which logical files are dependent on a specific file?
What is Job, What are the attributes of a Job?
which type of object is used in db2/400?
What is data structure in as400? What is the use of data structure?
What is the maximum number of key fields allowed defining in a physical file?
What is the purpose of reorganizing the physical file i.e. , RGZPFM?
how you will know whether you are in sfldrop or sflfold mode?