what is jurnal?what is the use of theis?what is difference
between commitment control and jurnaling?
Answers were Sorted based on User's Feedback
Answer / xyz
Journaling record all transactions and is used for
restoring or reverting back the transactions onto the
database file for a particular time span. Committment
control ensures that a transaction is updated successfully
onto the data base (all relevant files).
A file can be journalled without commitmment control but a
file cannot be used under commitement control without being
journalled.
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / bhaskar
Journaling is an AS/400 function that monitors changes made
to physical files(updates, addition and deletion). The
changes are recorded and used to recover the journaled files
in case of a system failure.
| Is This Answer Correct ? | 2 Yes | 0 No |
What is the purpose of OVRDTA keyword ?
What is the difference between physical file and logical file?
what does the opcode free do?
How to convert a spool file to PDF file in AS400?
what are dds required for subfile?
Can we use OVRDBF command without using of OPNQRYF ? Or can we use OPNQRYF command without using of OVRDBF command ?
How many libraries can be there in library list ?
writing an sql statement from selecting records from two files using single statement and nested select statement.
What is an Array Data Structure?
What is Sub-System?
maximum number of subfiles that can defined in a rpg program for one display file is?
In 'o' Specs What Is The Opcode For Write?