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

1.How to read a subfile in out put mode? 2.what are the keywords used to share same file? 3.using composite key which rpg code used?

3 Answers   HSBC,


How to update physical file in rpgle without using display file?

4 Answers   GalaxE, IBM, TCS,


Are all these RPG/400 Interviewed Questions being asked recently? are current?

1 Answers  


Can anybody tell me that why we use option(*nodebugio)in H- Spec?

3 Answers  


What is SFLNXTCHG keyword why it has used and where? Briefly explain with Example.

2 Answers   IBM,






I am reading a file in CL program. and MONMSG CPF0864 has arrived means EOF has arrived. Now i want to read this file again. How i can do this?

5 Answers   CitiGroup, Symphony,


WHAT IS MEANT BY SIGNATURE VAILOTION ERROR

1 Answers   IBM,


Why we cannot call a service program? If I add a PEP can i call the service program?

1 Answers   DELL,


what is decimal data error? when it will come and how to achieve(rectify) this error please give me solution as well as code

2 Answers   IBM,


Assume my file has 100 records and I want to see only first 10 records. Is this possible through lf?

1 Answers  


Why we need to give File and To file Names While we are using OVRDBF. What is your understanding related to this?

2 Answers   Cap Gemini,


Set on command is used for closed all opened files , initialize var and release resource , return cmd is used for return to calling program but my req. Is dnt close opened files and resource must released while doing transactions , how can i do this...?

0 Answers  


Categories