can any one expalin check point with an example?
chek point is used to when more than one record update in
ur cobol/jcl pgm using RD parameter with chekpoint
is mainrole.because every 100 record or userdefine with
chek your result table.abnormally terminated ur pgm not
updated where i mention your last check point.
Rd parameter following types.
rd=restart
rd=rnc(restart no ckekpont)
rd=rc(restart with chekpoint)
*every abnormal execution system automatically restart
(using checkpoint with restart option)
| Is This Answer Correct ? | 2 Yes | 0 No |
B37 abend during spufi?
What is the difference between db2 and oracle?
Hi Dude,this is Ram.could any one tell me aboue CURRENT OF clause in DB2. Thanks in advance.......
What happens to the PLAN if index used by it is dropped?
How do I create a table MANAGER (EMP-NO, MANAGER) where MANAGER is a foreign key which references to EMP-NO in the same table? Give the exact DDL.
What is runstats utility in db2?
How do I add a column in db2?
i have table agdet i want first 5 maximum commission which query will you write for this thanks in advance
Explain an outer join?
What is lock escalation?
Can a primary key have null values? If we try to insert a null value in a primary key column, will it work or give an error code?
5 rows are inserted to a DB2 Table. Next 3 of those are updated, then a rollback is issued. What would happen when the rollback is issued?