Answer Posted / kamal
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 |
Post New Answer View All Answers
in my project..TEST is db2 8.1 version In PROD it is 7.1 if i do REORG in TEST.. can I use the same REORG jcl with out modification in PROD region (this is DB2 8.1 )? if not, what modification i need to do in my REORG control card?
When the like statement is used?
Where do you specify them?
How do I start db2 in windows?
How to retrieve rows from a db2 table in embedded sql?
What are the 2 sqlcodes that are returned?
What is the use of with ur in db2?
How do you eliminate duplicate values in db2?
Can there be more than one cursor open for any program?
What is runstats utility in db2?
SQLCODE = -199, ERROR: ILLEGAL USE OF KEYWORD CHAR, TOKEN KEY was expected
Is the primary key a clustered index?
What is the cobol picture clause of the db2 data types date, time, timestamp?
What are catalog tables in db2?
How can you quickly find out the # of rows updated after an update statement?