what is commitment control?explain about it?
Answer / sujata
The DB2 UDB for AS/400 commitment control support provides
a means to process a group of database changes (updates,
inserts, DDL operations, or deletes) as a single unit of
work (transaction). A commit operation guarantees that the
group of operations is completed. A rollback operation
guarantees that the group of operations is backed out. A
commit operation can be issued through several different
interfaces.
| Is This Answer Correct ? | 16 Yes | 0 No |
i have 6 char field in program, but this field is using in all files i want to chage field size as 10 char , how can i do this except using *like defn...?
is this a rpg channel?
do you use message subfiles? What are the necessary keywords required coding a message subfile?
Is it possible to call a subfile using CL. IF yes.. kindly help me out with explanation...?
what is difference between DSPFD and DSPFFD?please give me real senario with good example?
am 2010 passed out . can any one tell me which course is good to put 2+fake .guide me
Hi Viewers can any body explain me how to update and ahange the already existed data in physical file using subfile ? please explain me with the code if possible?
when will come session device error?
how do you use commitment control in rpg?
Difference between RESET and CLEAR
we are sending data of physical file to screen design and it is showing no record why?
this is rpg3 code W0RTN IFEQ @CN,002 what is the means @CN,002