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 |
how to update physical file using logucal file with example
How to know the particular record in pf with out reading?
How we can't update join logical files?
What is the interactive job?
how to update physical files using normal logical file
How many libraries can be there in a library list?
how can i know logical file belongs to which physical file without source?
A pf containing 100 records... my query is how to display from 11th record in the pf?
How to read a PF in reverse(from last rec to first) using CL?
what is general and type of general
what is multiple member pf
how can we write LF using flatfile.