What the purpose of the keywords FIFO, LIFO, FCFO?



What the purpose of the keywords FIFO, LIFO, FCFO?..

Answer / pratap thakur

These keywords are used at file level. The purpose of each one is described below:

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 ?    0 Yes 0 No

Post New Answer

More IBM AS400 AllOther Interview Questions

When will you use OPEN and CLOSE opcodes in RPG program?

1 Answers  


can we define multi-dimensional arrays in rpg ?

1 Answers   IBM,


What Is The Purpose Of The "n" In The Following Calculation Specification?

0 Answers   IBM,


what opcode could be used to test an alphanumeric field for all numeric values?

1 Answers   IBM,


If login Screen has been modified by adding current date to be displayed. What Step to be followed to Keep that date as Current date Note: If no steps taken then it will display only the compilation date

2 Answers   BridgeStone,






what is the maximum number of files allowed in rpg?

1 Answers   IBM,


Want to know related Interview questions and answers for seniors

1 Answers  


Is qgpl a user library or system library?

1 Answers  


Describe the function of SETGT operation in RPG language?

1 Answers  


when should I use method get, and when should I use method post in my cgis?

0 Answers   IBM,


Service Program : S1 Modules in S1 : M1 M1 having two procedures : ADD, SUB Current Binder Language STRPGMEXP PGMLVL(*CURRENT) EXPORT SYMBOL("ADD") EXPORT SYMBOL("SUB") ENDPGMEXP Doubt: I need to add one new Module to the Service Program M2 having one procedure ‘MULT’ How to add this new module to the service program S1 ? If I need to recreate the service program again, Do I need to mention the Module M1 again while recreating along with new Module M2? There is no Binding Directory. Binder language structure will be like this STRPGMEXP PGMLVL(*CURRENT) EXPORT SYMBOL("ADD") EXPORT SYMBOL("SUB") EXPORT SYMBOL("MULT") ENDPGMEXP STRPGMEXP PGMLVL(*PREVIOUS) EXPORT SYMBOL("ADD") EXPORT SYMBOL("SUB") ENDPGMEXP

0 Answers  


difference between view and index ?

0 Answers   IBM,


Categories