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 |
How to read a PF in reverse(from last rec to first) using CL?
How to know the perticular record in pf with out reading?
how to see number of logical files depending on a pf?...can we declare more than 20 logical files from a single pf? is it possible
If we use the file level keywords like LIFO, FIFO, FCFO in a file, can we see the impact of it by doing the run query of the file? if not how can we see the impact of these keywords.
Last statement of any rpg program is lr?
Q.1 how to implement the commitment control. 2.how to control commitment control from external program.
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.
how to update physical file using logucal file with example
How many maximum record format a logical file have?
How to find the list of source physical files in a library?
can we concate fileds in physical file? If yes how can we do?
How to know logical file belongs to which physical file without source?