What is journalling and commitment control?
Answers were Sorted based on User's Feedback
Answer / kcsyam
Journaling is a function which records the changes in a
file in a journal.
Commitment control is a function that allows you to define
and process a number of changes to database files
as a single unit (transaction)
| Is This Answer Correct ? | 10 Yes | 0 No |
Answer / kanag
Commit - which causes the current set of changes becomes
the permanet in the database file.
Journalling - Every changes in the database file will be
recorded in the Journal file
| Is This Answer Correct ? | 9 Yes | 0 No |
Answer / surendra y mudliar
Journaling and commitment control is used to keep the
database in the consistence state.
| Is This Answer Correct ? | 2 Yes | 2 No |
can any body correct the following code? Following a procedure which returns the maximum of two numbers.Correct the following code. P GETMAX B D GETMAX PI D NUM1 35 0 D NUM2 45 0 C IF NUM1 > NUM2 C RETURN NUM1 C ELSE C RETURN NUM2 C ENDIF P GETMAX E
IN RLU what are the record level keyword is used?
Can anybody tell me, does CL/400 handle LEVEL check while running the CL program....? plz share your experience...
What is I90(Insure 90)?
How to search particular records from the database file in rpg?
suppose one file is used by 100 user and file is locked by 100 user, what are the impact analysis?
what is the difference between SETON RT & RETURN?
why subproc not run in dftactgrp?????/plz explain
what is kids-rpg?
wat is curser?? and its types???
How to declare the dynamic(run time) array in rpgle? can you please give example
Can more than one subfile record be displayed on one line?