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

Fetch N numbers of rows thru a batch jobs


IBM Mainframe Forums -> DB2
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
abhijeet3162002

New User


Joined: 05 Jul 2004
Posts: 6
Location: mumbai

PostPosted: Sun Feb 03, 2008 6:13 pm
Reply with quote

Hi,
I am trying to fetch N numbers of rows thru a batch jobs. But my job gets abend after fetching cerntain number of rows. When I run the same job, cursor points to the first row.

Does anyone know to to locate a cursor on the current row ( one row after which the abend has occured??) when I re submit the same job?

Please let me know if I am not clear or more information is required.

Abhijeet
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Sun Feb 03, 2008 6:38 pm
Reply with quote

If You posted the abend message and the db2 status/return codes
You might get a quicker answer..

if You had lurked( looked around) the other posts a little bit,
you should have noticed that
the job log with the error messages is the the first thing that gets asked

You did not give any clue on how to proceed on the problem determination
from your description it could be anything

Why not try to get rid of the abend, just to get started, and avoid reruns ??
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Sun Feb 03, 2008 6:46 pm
Reply with quote

Hello,

Quote:
Does anyone know to to locate a cursor on the current row ( one row after which the abend has occured??) when I re submit the same job?
I'd suggest you do some research on checkpoint/restart/recovery - if there is some reason to not get rid of the abend(s). Far better and much less complicated to correct the job.
Back to top
View user's profile Send private message
ahalyah

New User


Joined: 13 Dec 2007
Posts: 25
Location: india

PostPosted: Wed Feb 06, 2008 3:41 pm
Reply with quote

[quote="abhijeet3162002"]Hi,
Does anyone know to to locate a cursor on the current row ( one row after which the abend has occured??) when I re submit the same job?

Have u tried with restart logic?
Here we have to set a commit frequency.
For ex if we set the commit frequency 100 then if any abend happens then the cursor will be at 101 rec. But i think it is not possible to place the cursor one row after which the abend has occured.
Back to top
View user's profile Send private message
dbzTHEdinosauer

Global Moderator


Joined: 20 Oct 2006
Posts: 6966
Location: porcelain throne

PostPosted: Wed Feb 06, 2008 3:46 pm
Reply with quote

what abend? a non-zero sqlcode is NOT an abend.

op obviously is not interested in this thread.
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 -> DB2

 


Similar Topics
Topic Forum Replies
No new posts Finding and researching jobs All Other Mainframe Topics 0
No new posts Extracting Variable decimal numbers f... DFSORT/ICETOOL 17
No new posts To get the count of rows for every 1 ... DB2 3
No new posts How to get a stack trace on a looping... ABENDS & Debugging 5
No new posts Generate random number from range of ... COBOL Programming 3
Search our Forums:

Back to Top