Why do you use Keep and Assume Keywords.
Answer Posted / 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 |
Post New Answer View All Answers
What is the difference between iter and do? We know both are used to execute set of statements repeatedly, but what is the main difference?
describe the difference between the dowxx and douxx operations?
define a output queue?
when would you use or not use this approach?
what is the use of sflend keyword?
what are the three types of keywords associated with printer file ?
what are various techniques to pass parameters from one program to another?
what are the various types of device files?
how many printer files maximum can be used in single rpg program?
What is compiler directive in as400? Give example of compiler directive.?
what are all the contents of subfile?
WHICH REPLY CODE IS USED BT sftp ? ... (e.g.226 is used by FTP IF FILE IS TRANSFERED)
I need to insert a record in a file using STRSQL containing the some field values same as an already existing record in that file.I know to smple insert mentioning those values one by one.But is there any another query can be prepared for the same .Please share the query if known to you. Thanks in advance.
WHAT is STORED PROCEDURE CONCEPT IN AS400 WITH EXAMPLE?
what is the function of cpysplf command?