IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

Job gets abend when reading 100,000 records from input file


IBM Mainframe Forums -> JCL & VSAM
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
mkssampathkumar
Warnings : 1

New User


Joined: 31 Aug 2006
Posts: 57
Location: chennai

PostPosted: Tue Feb 20, 2007 9:39 am
Reply with quote

I have 100,000 record in my input file.

I'm reading that input file, doing some processing and writing it into the output file.
But then the program abends when the process has completed some X number of records.

My questions are:

1. Whether the processed records(X) are written in ouput file or not?
2. If they are written, I want to restart the process from the record where the program abended.
3. I want to know how much records are getting copied into the output file without opening that output file.
Back to top
View user's profile Send private message
Devzee

Active Member


Joined: 20 Jan 2007
Posts: 684
Location: Hollywood

PostPosted: Tue Feb 20, 2007 10:20 am
Reply with quote

There are different ways you can implement CHECKPOINT/RESTART logic.

To answer your question:
1. Really depends on your program logic, but if the program has executed the WRITE statement then the processed records are written to file, whether the dataset is deleted or retained depends on your JCL DISP option.

2. You can display a counter after writting a record to sysout/output file, (to track count of number of records written to output file). If the job abends you can look at the count and find out how many records were written to output file.

3. The above display count will tell you the actual number of records written to output file.
Back to top
View user's profile Send private message
mkssampathkumar
Warnings : 1

New User


Joined: 31 Aug 2006
Posts: 57
Location: chennai

PostPosted: Tue Feb 20, 2007 10:35 am
Reply with quote

Thanks for your reply, its really useful to me.

Can you explain a little more about checkpoint. I read about checkpoint theoritically, but I don't know how to implement it in program.
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> JCL & VSAM

 


Similar Topics
Topic Forum Replies
No new posts Compare 2 files and retrive records f... DFSORT/ICETOOL 3
No new posts Compare 2 files(F1 & F2) and writ... JCL & VSAM 8
No new posts TRIM everything from input, output co... DFSORT/ICETOOL 1
No new posts FTP VB File from Mainframe retaining ... JCL & VSAM 8
No new posts Extract the file name from another fi... DFSORT/ICETOOL 6
Search our Forums:

Back to Top