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 |
what is file identifier wher we can use
Anyone help me for the below question:- If problem/error occur in *PSSR subroutine,how should I handel it in RPG program.
Hi guys, anybody know How RPG/400 code can be converted to RPG IV code with a single command?
I have a RPG program of 100 Lines and first line is to SETON indicator LR. Will the program execute rest of the 99 Lines?
how do you use commitment control in rpg?
Is it possible to call a subfile using CL. IF yes.. kindly help me out with explanation...?
1) How to define keyed file in CL pgm. 2) How can i read particular records in CL pgm from database file.
I am Submitting one job in batch that job calls three progams(PGMA, PGMB, PGMC). PGMB should be called after sucessfully completion of PGMA as like for PGMC also. So Can you please tell me how can we do that (without using data area)
Hello, I want to extend a length of field in my Display file(Subfile). Please suggest the possible steps. Thanks
how to display all the members records in a physical file without using ovrdbf?
3. Given the DOS Specification below and the following information: • Indicator 50 is off • No records have been written to the subfile What will be the result if the EXFMT operation code is performed on the record format CTLR? A R SUBFL A DESCRIP 101 6 1ODSPATR(UL) A DFT(’NOT FOUND’) A R CTLR SFLCTL(SUBFL) A N50 SFLDSP A SFLDSPCTL A SFLINZ A 67 SFIJEND A SFLSIZ(13) A SFLPAG(12) A ACCOUNTNO 100 S 10 a.) Only AccountNo will display b.) SUBFL will be initialized with 13 blank records c.) An I/O exception error will occur d.) The screen will display 12 records with ‘NOT FOUND’
1.What is referential Integrity? 2.What is Foreign Key? 3.What is Transfer Control? 4.What is Free format?