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 do I preserve and clean the array?
i)What is the command to lock a file in a program ii)2. Can you get a level check error in a CL program
In single page subfile,if I select the mutiple options in 1 page and without pressing enter,I press rollup key (pagedown).In such case how I can handle it in rpg becasue in single page we have to handle it in pgm. It would be helpful if any one answer with coding
4 Answers Infinite Computer Solutions,
what are the parameters of jobd?give in detail.&what are the parameters of subsystem...????
what are the types of identifers
Q1.How we can copy the data of file one session to another session? Q2.how we can execute a loop infinitely in AS/400 coding? Q3.In ALDON tool,multitask is posible on a perticular object by the user?
1.find most occurrences of a character. for exm: input:aaabbbbdddddyyy output: d 5 times how can i get that?
steps involved in debugging and types of debugging modes?
Anybody can explain the difference between SFLCLR & SFLINZ?
What is the diff bw PF/LF Name and their Record format name? what is restriction in record format then file name?
Program to read marks of 10 students for 4 subjects and compute and display total marks and status of each student in rpg
can anyone say,what is the use of operation extended H/N/P?