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 |
SQLCODE = -199, ERROR: ILLEGAL USE OF KEYWORD CHAR, TOKEN KEY was expected
What is collection in db2 bind?
What is Skeleton cursor table (SKCT)?
What is isolation level?
What is the size of a data page?
What are db2 error codes -305 and -407. What is the difference between these 2 error codes ?
What is pagespace?
In BIND, isolation level parameter specifies the duration of page lock and ACQUIRE, RELEASE also do almost the same thing. What is the exact difference between the two? Do they work in conjunction while executing SQL queries and obtaining locks?
List some fields from sqlca?
how can you access index
how can i pull up a query which was previously stored in qmf
can I alter a table (e.g. adding a column) when other user is selecting some columns or updating some columns from the same table?