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 |
How to declare the pull button in AS/400..
what is flat file?
what is the difference between SETON RT & RETURN?
what was the robotech rpg?
what is commitment control?explain about it?
How to find d key field of a pf that doesn’t have source physical file?
Whether a module can consists of many procedures or it can consist of subprocedures having a main procedure?If it is possible that it can contain many individual procedures than can we have different name for complete module and how do we call this module in main modul?
In ProgramB there is a SBMJOB, which is a call to program C .There is also a CALL to program D from B. How would you check the program C has been executed in D?
what is plat file?
i would like to know under what circumstance the object will get locked on AS400.
Q:Hi all,i want accurate answer with code using in built functions.please sent me code as soon as posible. I have program nmed PGM1 which '' RETRIEVE Current production date''should correctly default the production date for the user who is issuing raw materials to the manufacturing.The production date can be different from the celendra date. However, the program does not make the correct adjustment for all manufacturing plants. there is a parameter which determines the production start time e.g. 07:00 if the system time precedes this,the program subtracts one from the celendra day.This work fine when the celendar day starts after production day as it does in England,the system should be adding one to the celendar day during the overlap. unfortunately the program was desined to assumed the celendar day always starts before the production day. Change required in the program: Change the PROGRAM PGM1 to use the new parrameter to decide whether to add or subtract 1 from the celendar day when determining the production date.
In RPG program one file using as a PRIMARY file while running program some of the records reading twice any body know why its happening