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 |
what is xfoot opcode ?
what is multijoin logical file? what are the keywords available in joinlogical file? what are the mandatary keywords for joinlogical file? explai the keywords?
http default port 80 is used by some other production http service. How can I create an http instance on another port to run cgidev2 and my future cgi developments?
what is join logical file?
How to inner join more than 2 PFs in a CL program using OPNQRYF command?
write the SQL statement to retrieve the 2nd Highest salary ammount(File Name="EMPLOY",Field Name="SALARY")
6 Answers Bally Technologies, Cognizant, Vertex,
i want to display the 10000 record in a subfile by using loadall , can we do it?
whare we can use IN AND OUT AND UNLCK opcodes?please can any body tell me in real time senario with example
how many maximum spaces could be given in o specs?
an access path may be in which sequence?
When will you use OPEN and CLOSE opcodes in RPG program?
how to declare a constant variable in the freeformat?