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.

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to know the particular record in pf with out reading?

568


How to find the list of source physical files in a library?

596


What is the interactive job? What is the batch job? How to change the batch job to interactive job?

602


How to update physical file using logical file with example?

560


Suppose I have a pf, it contains 5 members, how to access particular member data from logical file? What is the use of member in pf?

601






What is FORMAT keyword and its use?

173


When we create a pf and did not fill up maint parameter, then by default which access path will the system take & why?

548


How to change the batch job to interactive job?

559


I have a pf, it contains 5 members, how to access particular member data from logical file?

511


How to index LF by relative record no (RRN)

2807


Can we concatenate fields in physical file? If yes how can we do?

564


How many maximum record format a logical file have?

556


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.

706


How to read a pf in reverse(from last record to first) using cl?

577


What is open data path?

555