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.
Answers were Sorted based on User's Feedback
Answer / amit k singh
If you are using FIFO,LIFO,FCFO then you can't see the impact by using the runqry command as fifo,lifo,fcfo are used to retrieved the duplicate key records.
so you have to retrieve the records from the file using rpgle program.simply write a program to read a file which is using these file level keywords.:)
| Is This Answer Correct ? | 9 Yes | 1 No |
Answer / murali
We can see the impact while entering data through ud command
| Is This Answer Correct ? | 1 Yes | 1 No |
can any one pls tell me some differences between a LF and command OPNQRYF?
3 Answers Accenture, Cognizant, eFunds,
i have a PF,it contains 5 members,how to access particular member data from logical file ?and what is the use of member in PF
I have a PF with out any data but the dependent LF is having data?
Where the QTEMP library will get created? if the the answer is QSYS, then howcome more than one job can create same library name(QTEMP) in QSYS? what is the uniqueness of QTEMP? For example, run the below command in different workstation WRKOBJ QSYS/QTEMP And take 8 in the option to check the description. both will have different info. so where(which LIB) exactly the QTEMP is stored?
How many libraries can be there in a library list?
how to add a new field to a file without compiling it?
what is the difference between adding keys & constraints into a phisical file
how to know total no of records in pf with out using sql??????
In how many ways we can create a logical file?`
WHAT IS THE DIFFERENCE BETWEEN 'COLHDG' AND 'ALIAS'?
What is FORMAT keyword and its use?
Last statement of any RPG pgm is LR?