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 |
while i am using the dspmsg command on comman line in Mocha am getting error like Not authorized to message queue message my messagequeue Name? can anybody help me how to change my message queue Am anable to see my messages in message queue
wat is curser?? and its types???
One of the job in subsystem is in Running status,expected time to complete this job is 2 minutes. But from last 5 -10 minutes this job is still in running status....What are the possible reasons...and What are the actions i need to perform to check this...?
What is significance of a file designated as a Primary file in Rpg400 program....also what's use of secoundry file
3. Given the DOS Specification below and the following information: • Indicator 50 is off • No records have been written to the subfile What will be the result if the EXFMT operation code is performed on the record format CTLR? A R SUBFL A DESCRIP 101 6 1ODSPATR(UL) A DFT(’NOT FOUND’) A R CTLR SFLCTL(SUBFL) A N50 SFLDSP A SFLDSPCTL A SFLINZ A 67 SFIJEND A SFLSIZ(13) A SFLPAG(12) A ACCOUNTNO 100 S 10 a.) Only AccountNo will display b.) SUBFL will be initialized with 13 blank records c.) An I/O exception error will occur d.) The screen will display 12 records with ‘NOT FOUND’
use of PUTOVR,OVRDTA,KEEP keywords?
i have 1000 records in pf.what are all the ways to read a particular name records in rpg?? ie.. in pf i have a name called demo appeared around 52 times hw will we read this particular records in rpg/400?.
how to check on which PF , the LF is dependant ?
In RPG program one file using as a PRIMARY file while running program some of the records reading twice any body know why its happening
explain sflclr, sflend, sfldlt, and sflcsrrrn?
How I can reread the physical file in CL program once the end of file reached in same CL program.
What is the difference Return and InLr?