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

DFSORT - Space issue


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

New User


Joined: 14 Aug 2011
Posts: 24
Location: india

PostPosted: Fri Sep 04, 2015 7:44 am
Reply with quote

Hi All,

I am facing issue with DFSORT (join two files). I am getting below error message.

Code:

IEC030I B37-04,IFG0554A,ABCD1234,STEPSRT,JNF2WK07,
IEC030I B37-04,IFG0554A,ABCD1234,STEPSRT,JNF2WK06,
IEC030I B37-04,IFG0554A,ABCD1234,STEPSRT,JNF2WK05,
IEC030I B37-04,IFG0554A,ABCD1234,STEPSRT,JNF2WK04,
IEC030I B37-04,IFG0554A,ABCD1234,STEPSRT,JNF2WK02,
IEC030I B37-04,IFG0554A,ABCD1234,STEPSRT,JNF2WK01,
IEC030I B37-04,IFG0554A,ABCD1234,STEPSRT,JNF2WK03,


Code:

0 DFSORT COULD NOT DYNAMICALLY ALLOCATE THE OPTIMAL WORK DATA SET SPACE
1 ATTEMPTED TO ALLOCATE 26378MB OF DISK WORK SPACE ON 6 WORK DATA SETS
1 SUCCESSFULLY ALLOCATED 23740MB OF DISK WORK SPACE ON 6 WORK DATA SETS


I tried below PARM and also given SORTWKnn. Nothing worked.
Code:

PARM='DYNALLOC=(,255)' 


If anyone has any suggestion or faced similar situation can you please tell me how you handled it. Shall I included JNF2WK01 thru JNF2WKnn and remove DYNALLOC?

The last option for me is use tape files as SORTWKnn.

One of the input file has count 388279999.


Best Regards,
Back to top
View user's profile Send private message
Bill Woodger

Moderator Emeritus


Joined: 09 Mar 2011
Posts: 7309
Location: Inside the Matrix

PostPosted: Fri Sep 04, 2015 12:44 pm
Reply with quote

Please post all the spool output from the step.
Back to top
View user's profile Send private message
santosh_g

New User


Joined: 14 Aug 2011
Posts: 24
Location: india

PostPosted: Fri Sep 04, 2015 6:39 pm
Reply with quote

Thank you Bill. The issue is now resolved.

I used REGION=0M and PARM='DYNALLOC=(,99)'; it worked good.


Best Regards,
Back to top
View user's profile Send private message
Bill Woodger

Moderator Emeritus


Joined: 09 Mar 2011
Posts: 7309
Location: Inside the Matrix

PostPosted: Fri Sep 04, 2015 7:02 pm
Reply with quote

A pity. Not that it is working, but I was hoping to see the Control Cards to confirm that you need to do all that you are doing. SORTing 300,000,000 records is something you shouldn't do if you can avoid it.
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 Replace each space in cobol string wi... COBOL Programming 3
No new posts SFTP Issue - destination file record ... All Other Mainframe Topics 2
No new posts Modifying Date Format Using DFSORT DFSORT/ICETOOL 9
No new posts Replace Multiple Field values to Othe... DFSORT/ICETOOL 12
No new posts Calling DFSORT from Cobol, using OUTF... DFSORT/ICETOOL 5
Search our Forums:

Back to Top