InterviewSolution
Saved Bookmarks
| 1. |
Explain The Purpose Of Keep And Assume Keywords? |
|
Answer» KEEP: Keep the display from being deleted when the display file is closed. ASSUME: It is used to specify that the OS/400 PROGRAM is to assume that this record is already SHOWN on the display when this file is OPENED. KEEP: Keep the display from being deleted when the display file is closed. ASSUME: It is used to specify that the OS/400 program is to assume that this record is already shown on the display when this file is opened. |
|