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 we used ovrdbf command after the opnqry file if yes then What will be out put of your program?
wat is the difference between dataarea and data queue?
5 Answers Airtel, Four soft, Shahi Exports,
A particular job executing on the iS is not behaving as expected and is operating in an environment in which it can be debugged. What commands would you use to debug and observe the program?
explain sflclr, sflend, sfldlt, and sflcsrrrn?
How to write record if no field or the field are different in physical file in rpgle ?
what is plat file?
write an RPG program to calculate the marks of 5 students (A,B, C, D, E)in 3 different subjects (eng, math, sci) an display on the screen
The RP program is displaying records 11 times .But there are 10 records in a pf.(ie last record is displayed twice).How to display records only 10 times?
Please help me, I have created window subfile,I have created Footer with same lengh and postion of window SFL. When I call the pgm, first is shows only Footer and then it shows subfile records.This time Footer is not showsing ..plz hel me how can i do it...? Sameple DDS and RPG: A R WIN1 SFL A*%%TS SD 20090130 165346 MUNSHIJ REL-V4R2M0 5769- PW1 A FLD001 1Y 0B 4 3EDTCDE (Z) A ATFILE R O 4 7REFFLD (QWHFDBAS/ATFILE LIB/LIBF- A ILE) A R WINCTL SFLCTL (WIN1) A*%%TS SD 20090202 123459 MUNSHIJ REL-V4R2M0 5769- PW1 A ALTNAME ('y') A SFLSIZ (0004) A SFLPAG (0004) A WINDOW (FOOTER) A ROLLUP (27) A ROLLDOWN (28) A CF12 (12 'Cancel') A 50 SFLDSP A N51 SFLDSPCTL A 51 SFLCLR A 1 2'Select Option,Press enter' A 2 3'1= Select' A R FOOTER A* A WINDOW(8 31 9 43) A 8 4'F12 = Cancel' A R DUMMY ASSUME A 24 10' ' in RPG: Dow *IN12 = *Off Write Footer Fxfmt WInCTL
wat is the difference between array and multiple occurence data structure?
what are the types of identifers
Can any body give the code for this quesition? Using the following details write C-Spec code to set Name to"AMMU LABS SYSTEM" D NAME1 S 10 INZ('AMMU') D NAME2 S 10 INZ('LABS') D NAME3 S 10 INZ('SYSTEM') D NAME S 20