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 |
How can you delete records form a file in rpg without using "Delete" OPCODE?
please help me answer to this question what is the difference between the binding and srvpgm in ilerpg?
what are the parameters of jobd?give in detail.&what are the parameters of subsystem...????
What is the significance of UDATE?
What is the difference between ITER and DO ? I know both are used to execute set of statements repeatedly, but what is the main difference?
What hapens when we use CPYF command to copy a LF? On which PF will it be dependent???
write an RPG program to calculate the marks of 5 students (A,B, C, D, E)in 3 different subjects (eng, math, sci) an display on the screen
can anyone explain aboutovrOVRDBF,OPNQRYF, OVRSCOPE and OPNSCOPE?
How to call one program from another program in RPG? please help me with the code
Thanks gagan for your answer,i'm new to as400,i don't know embedded sql in rpg.can you send me the coding for the below mentioned question in embedded sql rpg. how to retrieve particular field records from a physical file,say i have a physical file called 'employee' in it i have to retrieve the records of a field 'admin' present in pf 'employee' using rpg,but i should not use logical file or openquery file.
what is commitment control?explain about it?
how do u find whether a record is locked or not??