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 |
I have some doubts on subfile----------- -----I wrote a prog on subfile to display the records. Every thing is clear but i defined a field called "opt" as input field in subfile record format from that input field i wish to enter into new screen called "EDIT" which i created it as a separate RCD in display file. i gave opt as 2 for edit just like in WRKMBRPDM screen please telll me the code and how can i code for it in RPG.
what will happen two jobs have same name are submitted
what is overlay? how can we pass parameters in cl or rpg programing? how can we get data area value in cl or rpg programming?
What is use of IMPORT and EXPORT in RPGLE ? What is activation Group ? What is Service Program ???? How to call another program in RPGLE ?
Hi,This is raju.Can any body give me the real experience answer for this question? 1.What is the significance of *MAP and *DROP in the CPY command?
can I touch the array during treatments?
suppose we have 10 members in physical file and i have to use 4 out of 10 so how can we read this in RPG
1. If there are two programs using same file and 2 users are using the file at the same time and what can be done to allow them both to access? 2. How can remove lock from the file for accessing it by both users?
How can we read a particular record from the database file which is not having DDS (Flat File). For example, there are 100 records in the flat file. How can we retrive 15th record in RPG/400 program (Without using CL)
what is kids-rpg?
what is use of sflnxtchg and use of MDT(modify data tag).both r same r not and can we use these on dspf and subfile.
can i use UPDDTA command in rpg program in which contains a file