View previous topic :: View next topic |
Author |
Message |
rrr_82 Beginner
Joined: 15 Feb 2005 Posts: 2 Topics: 1 Location: Hyderabad,India
|
Posted: Tue Feb 15, 2005 6:58 am Post subject: Query regarding Checkpoint(CHKP) and Restart(XRST) functions |
|
|
Hi,
We |
|
Back to top |
|
 |
kolusu Site Admin

Joined: 26 Nov 2002 Posts: 12378 Topics: 75 Location: San Jose
|
Posted: Tue Feb 15, 2005 10:22 am Post subject: |
|
|
rrr_82,
Is the Status cycle file a GSAM file? If so what is the procopt defined for this file? Is it LS? Is the dataset pre-allocated ?
Kolusu _________________ Kolusu
www.linkedin.com/in/kolusu |
|
Back to top |
|
 |
rrr_82 Beginner
Joined: 15 Feb 2005 Posts: 2 Topics: 1 Location: Hyderabad,India
|
Posted: Tue Feb 15, 2005 11:34 pm Post subject: |
|
|
Thanks for ur prompt response.
Yeah the status cycle file is a GSAM file.
Actually the logic is like this.
We have an input status cycle file (GSAM-GS) which has all the data till the last insertion into the database.
And an Ouput status cycle file (GSAM-LS) which is created when the job is ran for the first time.
The program copies the records from the input file to output file directly using certain comparison logic and then inserts the records which are successfully inserted in the database.
Now, the problem we are facing is ... When the job is restarted it is copying all the records from the begining of the input file to the output file irrespective of the checkpoint issued. This is happening only with the GSAM files where as the records are getting properly inserted into the database.
Regards,
Ramakanth |
|
Back to top |
|
 |
|
|