use of PUTOVR,OVRDTA,KEEP keywords?
Answers were Sorted based on User's Feedback
Answer / amit chauhan
PUTOVR: Use this record level keyword to permit override of
either display file attributes or data contents of a field
with in a record displayed on the work station device.
OVRDTA: OVRDTA used to override the existing data contents
of a fields thats already on the display.
use this field level keyword with PUTOVR.
KEEP: keep the display from being deleted when the display
file is closed.
| Is This Answer Correct ? | 19 Yes | 0 No |
Answer / venkatarao
These are used for override data areas/Fields/Files. These
are called as Field level keywords.
| Is This Answer Correct ? | 2 Yes | 8 No |
please guys help me,I need to write a program that shows more than one way to display a subfile. Both views are of the same file but sorted differently and show different fields of the same file when the user presses a function key. send me code
Suppose we have one database file and it is used by 5 programs and in 3 program we have to add some records in datbase file s what is the impact on other program?
What is the syntax of passing parameters to a procedure by value?
1.What is referential Integrity? 2.What is Foreign Key? 3.What is Transfer Control? 4.What is Free format?
during execution, an rpg/400 program automatically follows a sequence of operations for each record that is processed. The built-in program cycle includes the following logical steps.
You have a *USE authority on a Library and *All authority on a file in that Library.Can you change the data in that file?
How to declare the pull button in AS/400..
I want to add 10 days in current date. how it is possible in CL program...?
how do u find whether a record is locked or not??
How to print Superscript / Subscript from RPG400
How can we override a file during runtime in rpg?
Hi friends, I am using a load all subfile , and currently i am in in the third page of the subfile , from third page i have selected a record and called some other program .on returning, subfile is being loaded from the frist page. so can any one kindly suggest me in retaining my third page after returning. i.e loading from third page.