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 Gilly40023,625 pts.
If you live outside the United States, by submitting your email address you consent to having your personal data transferred to and processed in the United States.
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.
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.