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

SB37 Abend for a file of 3,00,000 records


IBM Mainframe Forums -> DFSORT/ICETOOL
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
hernikiten

New User


Joined: 08 Apr 2005
Posts: 23
Location: india

PostPosted: Fri Mar 16, 2007 9:29 pm
Reply with quote

Hi,

I have a file of record length 40 and 3,00,000 records.
I am trying to deduplicate it by --> SELECT FROM(IN) TO(TMP1A) ON(1,9,CH) FIRST statement.

TMP1A has a SPACE=(TRK,(100,20)RLSE)
Its giving an SB37.

Please advice all alternatives to fix it.
Thanks
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: Fri Mar 16, 2007 9:43 pm
Reply with quote

Hello,

Allocate more space - you have not allocated enough to handle your volume. If you change trk to cyl, you should have enough space.
Back to top
View user's profile Send private message
cpuhawg

Active User


Joined: 14 Jun 2006
Posts: 331
Location: Jacksonville, FL

PostPosted: Fri Mar 16, 2007 10:37 pm
Reply with quote

Not sure if you meant 3,000,000 or 300,000.

40 byte records. Fixed blocked - half track blocking.
You can store about 698 per track.
3000000/698 = 4298 tracks = 287 cylinders
300000/698 = 430 tracks = 29 cylinders
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: Fri Mar 16, 2007 10:57 pm
Reply with quote

Yup,

That's why i suggested going to cyl icon_smile.gif
Back to top
View user's profile Send private message
hernikiten

New User


Joined: 08 Apr 2005
Posts: 23
Location: india

PostPosted: Sat Mar 17, 2007 1:57 pm
Reply with quote

Thanks for the reply - I have amended the JCL and its scheduled for tonight's run. Will get back to you if problem still persists.
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 -> DFSORT/ICETOOL

 


Similar Topics
Topic Forum Replies
No new posts Binary File format getting change whi... All Other Mainframe Topics 7
No new posts To fetch records that has Ttamp value... DFSORT/ICETOOL 4
No new posts ICETOOL returns no records JCL & VSAM 1
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
Search our Forums:

Back to Top