can anyone explain aboutovrOVRDBF,OPNQRYF, OVRSCOPE and
OPNSCOPE?
Answers were Sorted based on User's Feedback
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 |
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 |
How can i keyed a flat file in RPGLE
How to create a login screen using a command instead of display file.... intention is to get a password field on a command..... how do you achieve this...
1.CA(command Atention key)& CF(command Function key) difference with example?Please can any body tell me in real time exp? 2.Can any body tell me some mandatery function keys using while creating any screen with use of SDA-FUNCTION kEYS?
How to print Superscript / Subscript from RPG400
I have to change a program. This program is calling a subroutine mor than 100times within it. so will it have any performance issue? if yes than what changes i can make. Thanx for ur valuable answer.
in which journalling which attributes are necessary
Suppose I have 3 jobs a b and c. I want to submit b after successful completion of a and want to submit c after successful completion of b. Without using job scheduler or job queue, how can I do that through cl program?
Why we need to give File and To file Names While we are using OVRDBF. What is your understanding related to this?
How do u design a physical file, when you have 2 Unique fields like for eg in A student file student ID and student examination no both are unique
I have some doubts on subfile----------- -----I wrote a prog on subfile to display the records. Every thing is clear but i defined a field called "opt" as input field in subfile record format from that input field i wish to enter into new screen called "EDIT" which i created it as a separate RCD in display file. i gave opt as 2 for edit just like in WRKMBRPDM screen please telll me the code and how can i code for it in RPG.
what is overlay? how can we pass parameters in cl or rpg programing? how can we get data area value in cl or rpg programming?
Anyone help me for the below question:- If problem/error occur in *PSSR subroutine,how should I handel it in RPG program.