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 a storage group (stogroup)?
Is db2 free?
what is the use of cursors?
What is a cursor and what is its function?
Is it mandatory to use DCLGEN? If not, why would you use it at all?
what is the total syntax for fetch ? can any one please give me all the details of fetch ? thx
what is the input to PLAN? what is the input to DBRM?
What are the two types of logging in the db2 database? Explain them.
Shall i use this query to retrieve first 4 records, Select empno, sal from emptbl where empno < 5. like this can we fetch first 100 records?
How to resolve the -305 error code in DB2? And also please let me know, how to resolve the db2 error codes.
How do you define a correlated name?
how can you copy records present in a flat physical file to a database file(physical file).please explain in rpg400 with a simple example