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 |
How to update physical file using logical file with example?
What is FORMAT keyword and its use?
how to add a new field to a file without compiling it?
What is the interactive job? What is the batch job?
There is one string as A B C and wanted to display string as Shri A Shri B Shri C, how we can do this in sql? If we have around 100 values in string like this, each value should be displayed with initials as Shri.
What is the primary file?
A pf containing 100 records... my query is how to display from 11th record in the pf?
Suppose if a physical file is having 1000 records, but i deleted 500 records from it. Here the concern is can the size of the file changes or it remains the same... kindly help me out with thorough xplanation.... Thanks in-advance...
Q.1 how to implement the commitment control. 2.how to control commitment control from external program.
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, it contains 5 members, how to access particular member data from logical file?
how can i know logical file belongs to which physical file without source?