can any one pls tell me some differences between a LF and
command OPNQRYF?
Answers were Sorted based on User's Feedback
Answer / vaiv20
LF creates a new object in the system while that is not the
case for OPNQRYF.
LF creates a permanent data access path to the physical
file that will be updated as and when and add,update and
delete operation is performed on file Whereas OPNQRYF
creates a temporary access data path that is shared by high
level pgm for further processing of recs in file.
Is This Answer Correct ? | 30 Yes | 0 No |
Answer / senthilkumaran
The main difference is : Logical file creates permanent
object on the system. OPNQRYF creates temporary access
path.
Is This Answer Correct ? | 16 Yes | 0 No |
Answer / amit
I agree with Vaiv20. Just want to add that OPNQRYF is used
with keyword Share(*Yes) and that's what makes the ODP
avaiable to high level pgms.
Also the usage of OPNQRYF is for adhoc jobs that are
executed once in a while whereas LF is used in case where
the ODP is going to be used pretty regularly. So LF object
would be prefered when the usage is going to be regular
where as OPNQRYF would be good where the job is going to be
once in a while.
LF would make the job faster compared to OPNQRYF though ti
depends on what kind of maintenance option you use for LF.
Is This Answer Correct ? | 9 Yes | 0 No |
When we use any keyword like FIFO,LIFO, at file level but whenever we check by runqry we couldn't find answer in FIFO,LIFO,FCFO etc so how we check the answer.
Define interactive jobs and batch jobs
What is FORMAT keyword and its use?
What is the interactive job? What is the batch job? How to change the batch job to interactive job?
how can i know logical file belongs to which physical file without source?
YOU CAN DELETE THE RECORD SPACE PERMENANTLY IN PHYSICALFILE THROUGH CL?
What is open data path? And what is the difference between access path and open data path?
I have physical file with 100 records,there is no any duplicate records in this pf.based on this pf one logical file I have used.but this lf is viewing only 80 records only of that pf?what is the reason for this?
How to find the list of source physical files in a library?? Is there any way to get a list??
How can we handle errors in RPG?
wirte a simple program for read file in cl
When we create a pf and did not fill up maint parameter, then by default which access path will the system take & why?