can anyone explain aboutovrOVRDBF,OPNQRYF, OVRSCOPE and
OPNSCOPE?

Answers were Sorted based on User's Feedback



can anyone explain aboutovrOVRDBF,OPNQRYF, OVRSCOPE and OPNSCOPE? ..

Answer / nag

OVRRSCOPE parameter controls which program in the call stack
will be aware of the override. OVRSCOPE has three possible
values
*ACTGRPDFN(Activation group definition)
*Callvl (caller level)
*JOB
Specifying OverScope(*Act for GrpDfn) which default
means
if the override is issued from the default activation group
it is call level override
if the the override is issued from a name or *new activation
group the ovrscope(*ActGrpDfn) override iscoped to that
activation group.

The OpnScope parameter determines which of two levels of
sharing,
opnScope(*JOB) means all call stack entries that see the
overide will share the same openpath,
OpnScope(*ActGrpDfn) all call stack enteries override will
share the open data path with toher call stack in same
activation group

Is This Answer Correct ?    1 Yes 0 No

can anyone explain aboutovrOVRDBF,OPNQRYF, OVRSCOPE and OPNSCOPE? ..

Answer / kraja

ovrdbf is a command in cl which is used to override the
database file without locking it.for further details pls
contact k.raja

Is This Answer Correct ?    3 Yes 7 No

Post New Answer

More RPG400 Interview Questions

can i use unique key in LF

3 Answers   TCS,


two types of read performed in dataqueue?????

4 Answers   CTS,


Suppose we have one database file and it is used by 5 programs and in 3 program we have to add some records in datbase file s what is the impact on other program?

0 Answers  


1)how to do date validation in rpg? 2)how to delete dUPLICATE RECORDS?

12 Answers   IBM, Opus,


How to handle duplicate error handling in RPG?

0 Answers  






HOW DO YOU DISPLAY A DISPLAYFILE AT OTHER WORKSTATION? CAN WE MOVE A PHYSICAL FILE? WITHOUT MOVING A FILE?

2 Answers  


Given the following code, what is the value of RESULT? DName+++++++++++ETDsFrom+++To/L+++IDc.Keywords+++++++++++++ D RESULT S 5 0 C EVAL RESULT = (2 + 3 * 2) ** 2 / 2

2 Answers  


Can we used ovrdbf command after the opnqry file if yes then What will be out put of your program?

4 Answers   IBM,


What is the name of default out queue when user logs inn to syatem with valid profile?

3 Answers   IBM,


What are the necessary keywords required to code a message subfile?

3 Answers  


how to retrieve particular field records from a physical file,say i have a physical file called 'employee' in it i have to retrieve the records of a field 'admin' present in pf 'employee' using rpg,but i should not use logical file or openquery file.

3 Answers   iGate, Wipro,


what is the rpg system?

0 Answers   IBM,


Categories