can any one pls tell me some differences between a LF and
command OPNQRYF?

Answers were Sorted based on User's Feedback



can any one pls tell me some differences between a LF and command OPNQRYF?..

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

can any one pls tell me some differences between a LF and command OPNQRYF?..

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

can any one pls tell me some differences between a LF and command OPNQRYF?..

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

Post New Answer

More DB400 Interview Questions

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.

2 Answers  


Define interactive jobs and batch jobs

6 Answers  


What is FORMAT keyword and its use?

0 Answers  


What is the interactive job? What is the batch job? How to change the batch job to interactive job?

0 Answers  


how can i know logical file belongs to which physical file without source?

3 Answers   Cap Gemini,






YOU CAN DELETE THE RECORD SPACE PERMENANTLY IN PHYSICALFILE THROUGH CL?

4 Answers  


What is open data path? And what is the difference between access path and open data path?

1 Answers  


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?

0 Answers  


How to find the list of source physical files in a library?? Is there any way to get a list??

5 Answers   Infosys,


How can we handle errors in RPG?

4 Answers  


wirte a simple program for read file in cl

2 Answers   Active Brains,


When we create a pf and did not fill up maint parameter, then by default which access path will the system take & why?

0 Answers  


Categories