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

Splitting the output of a cursor


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

New User


Joined: 20 Dec 2006
Posts: 55
Location: noida

PostPosted: Mon May 09, 2011 1:04 pm
Reply with quote

My requirement is that I have a cursor which fetches approximately 20 Lakh records. I have to split the no. of records fetched by the cursor into 4 and write them to 4 separate files i.e. 4 files containing 5 lakh records each. This needs to be done using a JCL.
Can anyone help me with this?
Back to top
View user's profile Send private message
dbzTHEdinosauer

Global Moderator


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

PostPosted: Mon May 09, 2011 1:18 pm
Reply with quote

can't do CURSORs with a batch job ('a JCL' is improper terminology)

1. you need four SELECTs.

you could order the SELECT
and provide WHERE clauses in each to 'split' the returned rows'.

2. use one SELECT
and follow the unload step with a DFSORT/SYNCSORT that splits the output of the unload.
Back to top
View user's profile Send private message
Dsingh29

Active User


Joined: 16 Dec 2008
Posts: 132
Location: IBM

PostPosted: Mon May 09, 2011 1:33 pm
Reply with quote

Hi Shanu,

Is there any condition based on which you want to "split" ???

Can you tell?
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 TRIM everything from input, output co... DFSORT/ICETOOL 1
No new posts Sortjoin and Search for a String and ... DFSORT/ICETOOL 1
No new posts Joinkeys - 5 output files DFSORT/ICETOOL 7
No new posts Build a record in output file and rep... DFSORT/ICETOOL 11
No new posts XDC SDSF output to temp dataset CLIST & REXX 4
Search our Forums:

Back to Top