Where would you use Override Data Base File?
Answers were Sorted based on User's Feedback
Answer / aa
there are several uses of OVRDBF command.. basically it is
used to temperaroly override some attributes of a physical
file to another...
main uses of OVRDBF includes..
1) Temp. sharing ODP
2) working on member other than frst member
3) setting pointer according to key value or through RRN
value
4) accesing object from any library which is not listed in
LIBL
| Is This Answer Correct ? | 21 Yes | 1 No |
Answer / ghouse fayaz
Say,u have different members in a PF and each member have
different records
then if u want read records from all
members OVRDBF is used.
| Is This Answer Correct ? | 7 Yes | 0 No |
Answer / sandy
We, use this command in CLP. When we are doing OPNQRYF
before that we used this command. This command helps to
override the data at the time of comiple the PGM.
| Is This Answer Correct ? | 4 Yes | 6 No |
is it possible to create a join logical file using two join logical files ? give exact reason for your answer
what is the function of cpyf command?
What is the use of E specification in RPG?
How to create files dynamically without DDS?
how will you search an array?
name few ibm supplied libraries?
What is Group Job?
what is the purpose of ovrdta (override data) keyword?
how to write *pssr ?
Which command we can use to update a physical file using c.l pgm?
what is the disadvantage of using global variable?
Q.Suppose one job is running in a batch mode for a long time now i want to kill this batch job. how you achive this?