explain the purpose of keep and assume keywords?
Answer Posted / akash singh
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.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
in conjunction with what other keyword must ovrdta and ovrata be used?
In RPG How to read a records from a file without using read opcodes?
how to define to define a hidden filed in dspf ?
how can you detect overflow for a print program that prints multiple lines per cycle?
define a shared access path?
What is the use of jdftval in as400?
WHAT IS FERERENTIAL INTRIGRITY ?
define what a data area is along with a brief example of what it may be used for?
What Is The Object Type Of Pf, Lf, Printer File & Display File?
if dspatr(pc) and csrloc were specified for a format, which keyword would have priority?
what is the purpose of the indara keyword?
what does opcode post do ?
what is service program?
how can you check for a records existence without causing and i/o (chain/read)?
How to debug a batch job when it is in messagewait(mswg) status. I know the steps for batch ebugging, but im confusing with when we submit any job for batch debug we put in held state. So here also do same thing or any other way?