0 pts.
 OVRDBF
Hi, Can anybody dell me about OVRDBF in real time answers? Where we can use usualy

Software/Hardware used:
ASKED: August 6, 2008  9:40 AM
UPDATED: April 3, 2009  5:46 AM

Answer Wiki:
Hi, OVRDBF is used to allow your program access to a database file in a different way than was used when the program was compiled. For example it can be used to allow your program to access a different file member or to avoid level checking. Regards, Martin Gilbert.
Last Wiki Answer Submitted:  August 6, 2008  9:52 am  by  Gilly400   23,625 pts.
All Answer Wiki Contributors:  Gilly400   23,625 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

Hi,
Please see the used of OVRDBF.

1. OVRDBF is basically use to teporarily change the attributes of file,
we can do reflect of that changes in attributes on either Joblevel, Call level and Activation Group level which is defined in OVRDBF.

2. If we want to set the pointer of any file either on RRN,Key values for that we can also used it.

Eg. If suppose at the time of compiling the Database file,the attributer Share was set to *NO, and now i want to do it in my PGM as SHARE(*YES) then i will use OVRDBF.

Hope you find your answer, let me know for any further confusion/clarification.

 10 pts.