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 |
pls tell me abt the normalization five types....
Explain about open switch business continuity software?
How can you compare table column after update and before update?
What do you mean by commit and rollback?
How can we retrieve the total number of records in RPG & CLLE?
How to find the number of rows in a db2 table?
What is the syntax of SELECT statement when embedded in a COBOL program?
Select empno, sal from emptbl where empno < 101.By this query can we fetch first 100 recs? where empno is primary key.It won't throw -811 error? if it wont,then what is use of cursor technique while fetching first 100 recs. Please need more clarification.
Differentiate between cs and rr isolation levels? Where do you specify them?
On which levels locks can be applied?
Explain the use of the WHERE clause?
How to resolve -504 sql code in DB2?