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 data structure in as400? What is the use of data structure?
What is acronym of RPG?
Which command we can use to update a physical file using c.l pgm?
what are the different commands used in rlu ?
What is the difference between non-join logical files and join logical files?
Q.How can more than two program be executed in batch mode through SBMJOB in CL PGM but the condition is that program must be executed one by one?Please wtite the senario? 2. IS it possibe more then two programs can be executed in batch mode and HOw it will be executed in CL program ,please write the senario?
how to declare a constant variable in the freeformat?
how to toggle between single line and multi - line display of a particular record in a subfile?
What is the maximum length of a variable name in CL?
How to genarate the reports?
Good morning my experts.Im kuppi.im working as a software trainee on AS/400 technology.i have also joined with ibmi5 team.im trying to convert date with cl/400 coding.I have taken 2 parameters(like date and date types). A. If suppose date type is j,Now i want to convert date to *MDY format B. if date type is M,now i want to convert date to *JUL format C. sending a Program message with the value of converted date.
what is the command to know key fields of file?