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
What is open data path?
How to know the particular record in pf with out reading?
What is FORMAT keyword and its use?
How to change the batch job to interactive job?
What is the purpose of the chain and setll and setgt?
How to index LF by relative record no (RRN)
What is the difference between access path and open data path?
What is the interactive job? What is the batch job? How to change the batch job to interactive job?
What is the batch job?
What is the interactive job?
What is the primary file?
How to update physical file using logical file with example?
How many maximum record format a logical file have?
Where the QTEMP library will get created? if the the answer is QSYS, then howcome more than one job can create same library name(QTEMP) in QSYS? what is the uniqueness of QTEMP? For example, run the below command in different workstation WRKOBJ QSYS/QTEMP And take 8 in the option to check the description. both will have different info. so where(which LIB) exactly the QTEMP is stored?
What is the interactive job? What is the batch job?