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 |
When will you use OPEN and CLOSE opcodes in RPG program?
can we define multi-dimensional arrays in rpg ?
What Is The Purpose Of The "n" In The Following Calculation Specification?
what opcode could be used to test an alphanumeric field for all numeric values?
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
what is the maximum number of files allowed in rpg?
Want to know related Interview questions and answers for seniors
Is qgpl a user library or system library?
Describe the function of SETGT operation in RPG language?
when should I use method get, and when should I use method post in my cgis?
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
difference between view and index ?