What is journaling & Commitment Control?
Answer / anuj tiwari
Journaling is a function which records the changes in a file in a journal. These record images are used to recover the changes in the file should the system ends abnormally. 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 ? | 0 Yes | 0 No |
Can anybody please tell me what is difference between SQL (STRSQL ) and WRKQRY .....?
How do you read a subfile record which is in output mode?
how may a cgi control duplicate inputs?
writing an sql statement from selecting records from two files using single statement and nested select statement.
What is %CHECK?
different type of cursor?
what is the use of dspatr(mdt) keyword?
Show 2 ways to convert a date from YYMMDD to MMDDYY (MULT operation not acceptable)
Define each of the following operation codes a, b, c, d, e
I have to execute 12000 CL Commands one by one.. So, I have created a file called COMMAND. This file has only 1 field called STRING. This file had 12000 records, and all these records are CL Commands (ex: CALL PGM(PGM1)), etc) I have written a CL which will read all the record and do sbmjob.. But it is not working... Plz help me to exexute all these 12000 commands..
How can a data area be locked after being updated?
what is the maximum number of subroutines allowed in rpg?