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 |
what is the intractive job? what is the batch job ? how to change the batch job to interactive job?
How to index LF by relative record no (RRN)
Last statement of any RPG pgm is LR?
wirte a simple program for read file in cl
what is open data path? and what is the diff b/w access path and open data path?
How to retrieve a physical file after deleting that ? what is keyword used for that....??
can we concate fileds in physical file? If yes how can we do?
What is the purpose of the chain and setll and setgt?
what is the difference between adding keys & constraints into a phisical file
pls anyone explain about compile time array,pre run time array run time array
When we create a pf and did not fill up maint parameter, then by default which access path will the system take & why?
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