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 symbol used for copying & moving new field in SDA?
is it possible to do commitment control with out journaling?
What are the steps to retrieve the records from Journal file...?
Specify different indicators used in RPG?
what is the difference between sflclr and sflinz?
what is the rpg and cl life cycle?Please tell me any body
how can we view the entire objects and its types in a pgm?
in conjunction with which statements can orxx and andxx conditions be used ?
What is Spool file, Why is it required?
What is the exact difference between Service Program and Binding Directory?
define the purpose of the %sst function?
WHAT IS DECIMAL DATA ERROR IN RPG IV...WHEN WILL IT HAPPENS?