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 logical file with example?
I want to change the attribute of field or want to add new field in existing PF but condition is format level identifier should not change, is it possible?
what is open data base command
1 Answers Active Brains, Cognizant, CSC, CTS,
Can we concatenate fields in physical file? If yes how can we do?
what is use of self join and which cases you will use this join
what is error handling concepts in cl
one physical file can have how many max of logical files? what is the primary file?
How can we handle errors in RPG?
How to know the perticular record in pf with out reading?
How to retrieve a physical file after deleting that ? what is keyword used for that....??
When u create a PF and did not fill up Maint parameter, then by default which access path will the system take & why
In a CL Program after executing a SQL SP how to receive a Output value from the SP. Just to make it clear I am sending 2 input and 1 output parameter to the SQL Stored Procedure. Now while receiving it output parm it is failing.