what is the purpose of ovrdta and ovrata keywords ?
Answer / darakshan sadat
OVRDTA keyword (field or record level) can be used to override the existing data contents of a field or record already on the display.
OVRATA keyword (field or record level) can be used to override the existing display attributes of a field or record already on the display.
Is This Answer Correct ? | 0 Yes | 0 No |
when would you use or not use this approach?
what is flatfile?what is the use of this file?where we can use usualy?what is the advantage of this?
WHAT IS FERERENTIAL INTRIGRITY ?
When does the DFT keyword in PF be used?
What is primary file? How many primary file can be declared in a RPG program?
define what a data area is along with a brief example of what it may be used for?
What is library is as400? What are the types of library?
What is the type, length of a LDA?
What does SDA stands for ?
what are the different types of arrays available in rpg ?
what are the different types of variables available in cl?
I had ruestion in one of the interview..... If 1 file has more than 1 member and i want to use the 2nd member in the RPG pgm (in RPG400),how can I use this.... I know the possible answers i.e. useing API 'QCMDEXE' or Before calling the pgm I can use OVRDBF for that member... but I dont' want to use both the tips in above scenarion. Does any body tell me how can i use this ....?