Portal | IBM Manuals | Downloads | Products | Refer | Info | Programs | JCLs | Forum Rules*| Site Map | Mainframe CD 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index
 
Register
 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index FAQ Search Memberlist Usergroups Profile Log in to check your private messages Log in
 
How to restart from a particular record

 
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> DB2
Author Message
brahmanandareddy

New User


Joined: 16 Dec 2004
Posts: 48
Location: Hyderabad

PostPosted: Wed Dec 21, 2005 1:09 am    Post subject: How to restart from a particular record
Reply with quote

I have 2 lakhs records in a table. I used commit for every 1000 records. While running the cobol-db2 program it was abended at 50001st record. I want to run from this record. How should I restart running from 50001st record?
Back to top
View user's profile Send private message
References
PostPosted: Wed Dec 21, 2005 1:09 am    Post subject: Re: How to restart from a particular record Reply with quote

raghunathns

Active User


Joined: 08 Dec 2005
Posts: 130
Location: rochester

PostPosted: Wed Dec 21, 2005 12:44 pm    Post subject: Restart.
Reply with quote

hi,

there will be a restart table in your environment. if not you create a table for restart.

in your program before commit you write the last record processed key to the restart table and commit. this will happen after each 1000th record.

if it abends after commiting 5000 records. restart table have 5000 record key.
second time you program will check the restart table key and start from > 5000 record key.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> DB2 All times are GMT + 6 Hours
Page 1 of 1