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 is the difference between base table and view?
Is db2 a mainframe database?
Which transaction use a command thread ?
What is the difference between db2 and oracle?
What is the reason behind not using select * in embedded sql programs?
query to just fetch first matching row and stop execution. once one matching row is found ..no more records should be checked.. if the first record is matching.. the query must stop
How to know the primary key of a table without defining the primary key in the table?
When Can you be sure that a query will return only one row?
I have a subprogram B calling from mainprogram A.I have opened a cursor in A ,Can i fetch the same cursor in subprogram B , If yes , Please explain the reason?
What does db2 plan contain?
What are simple, segmented and partitioned table spaces ?
what is the use of bind parameter, Replace?