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 |
What are leaf pages?
I am getting a error multiple row fetched while executing a Cobol-DB2 program.How can I solve it without using a cursor.
Explain transactions, commits and rollbacks in DB2.
Can we use select query in a loop to fetch multiple rows in a COBOL PROGRAM? If so, what is the advantage of cursor?
Explain about rct in db2?
Explain what are the various isolation levels possible?
How do you retrieve the data from a nullable column?
How can you find out which query is taking lot of time to execute in cobol-db2 program ?
How can you do the explain of a dynamic sql statement?
Name the lockable units in DB2?
what is a trigger and types of triggers
What is a correlated sub query?