Answer Posted / 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 View All Answers
what are the different commands used in rlu ?
what does check opcode do ?
what is the function of cpysplf command?
What is RETURN CURSER LOCATION in subfile?
what does defn do?
the output from my cgi is correctly interpreted by ms internet explorer, whereas netscape navigator would display it as a plain text. What should I do to have also netscape interpreting the html output from my cgi?
under given circumstances, my cgi should link to another site. How to implement this?
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
what is the difference between sflclr and sflinz?
which type of object is used in db2/400?
define the purpose of the iter operation?
How to avoid using indicators in ile ?
when are the unique constraints executed?
which are the figurative constants used in rpg?
is their a difference in cobol400 for the release 5.2 and 6.1 at the as400.