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.
Answers were Sorted based on User's Feedback
Answer / satyabrata
UNIQUE: A record cannot be entered or copied into a file if its key value is same as the key value of a record already existing in the file.
FIFO: The duplicate key records will retrieved in first in first out order.
LIFO: The duplicate key records will retrieved in last in first out order.
FCFO: The duplicate key records will retrieved in first changed first out order.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / vivek dwivedi
Use the DSPF command to check effect of LIFO,FIFO
| Is This Answer Correct ? | 1 Yes | 1 No |
What is open data path?
how to restrict upon adding the data for field reference file in DB400
How to find the list of source physical files in a library?
what is multiple member pf
Last statement of any rpg program is lr?
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
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.
How to insert more than one record to a pf at a time?(Bulk insert to a pf)
what is open data base command
1 Answers Active Brains, Cognizant, CSC, CTS,
How to find the list of source physical files in a library?? Is there any way to get a list??
how to update physical file using logucal file with example
Can anybody tell why Journalling is compulsary before Commitment Control?