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 |
which of the following operations does not zero the field flda defined as 4,0?
Dear All, I have one confusion related to my platform. I am working with Wipro from last two year however still I am looking for AS400 platform kindly show me the way out of it. And please share with me the hardware knowledge that how I grow myself in hardware (AS/400) also.
why is the declare cursor statement is used for?
what is the maximum number of parameters allowed in rpg?
How do you use DEBUG utility?
how to validate input values in display file ?
if dspatr(pc) and csrloc were specified for a format, which keyword would have priority?
We have seen no of parameter list but If we mention like this 'CALL PROGNAME PLIST ' how to know No of parameter name of program ?
what is the maximum number of subroutines allowed in rpg?
what is the function of cpysplf command?
What is SDA used for?
PGM QSH CMD('/QOpenSys/bin/sftp -b/home/test/myfile.txt serverUserID@server') ENDPGM In above example,what is content of myfile.txt ...Thanx