Getting insufficient space - SYNCSORT

In this Mainframe Forum - You can post your queries on DFSORT, ICETOOL , SyncSort & JCL Utilities

Moderators: Frank Yaeger, Moderator Group

Post Reply
uthami
Member
Posts: 5
Joined: Thu Aug 06, 2009 9:35 pm

Getting insufficient space - SYNCSORT

Post by uthami » Thu Oct 22, 2009 11:21 am

Hello,
I am trying to compare 2 files based on a condition and listing out the records which matches. I used JOINKEYS
JOINKEYS FILES=F1,FIELDS=(322,4,A)
JOINKEYS FILES=F2,FIELDS=(1,4,A)
REFORMAT FIELDS=(F1:1,1016,F2:1,4,F2:98,2),FILL=X'FF'
OPTION COPY
OUTFIL FILES=01,INCLUDE=(7,4,CH,GE,X'0090700C',AND,7,4,CH,LE,
X'0091008C',
AND,(1021,2,CH,EQ,C'48',OR,1021,2,CH,EQ,C'33',OR,
1021,2,CH,EQ,C'27',OR,1021,2,CH,EQ,C'28',OR,
1021,2,CH,EQ,C'35',OR,1021,2,CH,EQ,C'38',OR,
1021,2,CH,EQ,C'41'),
AND,(218,2,CH,EQ,C'US',OR,666,2,CH,EQ,C'US',OR,
736,2,CH,EQ,C'US',OR,933,2,CH,EQ,C'US'))


But as the file has 45 million records ,getting error as
WER486A ERROR IN JNF1 PROCESSING
WER482I JNF1 STATISTICS
WER483B 1,032K BYTES OF VIRTUAL STORAGE AVAILABLE, MAX REQUESTED,
WER483B 0 BYTES RESERVE REQUESTED, 988K BYTES USED
WER108I SORTJNF1 : RECFM=F ; LRECL= 1016; CISIZE = 4096
WER039A INSUFFICIENT VIRTUAL STORAGE

But the same above sort card is processing fine for smaller files.
I tried giving BUFNO values and sortwork as well. But nothing worked.
how can the virtual storage be increased?

Alissa Margulies
Member
Posts: 25
Joined: Tue Apr 28, 2009 10:53 pm
Location: USA
Contact:

Post by Alissa Margulies » Mon Oct 26, 2009 10:07 pm

uthami,

Please send me the complete job listing, including the JES Job Log, JCL and SYSOUT messages, and I would be happy to review it for you and make any necessary recommendations. You can forward that output as a text attachment to alissa.margulies@syncsort.com.

Regards,
Alissa Margulies
SyncSort Mainframe Product Services
zos_tech@syncsort.com
201-930-8260

mainframepunk
Member
Posts: 2
Joined: Sat Mar 19, 2011 8:22 am
Location: Philippines

Post by mainframepunk » Sat Aug 06, 2011 2:14 pm

Can this be solved by specifying a higher value for the Region parameter in your job run?
_____________________________________
- Leo

DikDude
Moderator
Posts: 1001
Joined: Fri Jul 22, 2011 8:39 am
Location: usa

Post by DikDude » Sun Aug 07, 2011 4:38 am

Probably not. . .

Also note, that while the topic is in the DFSORT part of the forum, the question relates to Syncsort.

If your system uses Syncsort, the complete description of the:
WER039A INSUFFICIENT VIRTUAL STORAGE
message is in the documentation.
Have a good one

Anuj Dhawan
Moderator
Posts: 1625
Joined: Sat Aug 09, 2008 9:02 am
Location: Mumbai, India

Post by Anuj Dhawan » Sun Aug 07, 2011 12:02 pm

A high value of REGION won't guarantee a successful execution of the Job/step - you might need to consider the VSCORE and VSCORET in this specific case.

By the way, topic is just around 2 years old.
Last edited by Anuj Dhawan on Thu Aug 11, 2011 3:40 pm, edited 2 times in total.
Regards,
Anuj

User avatar
Frank Yaeger
Moderator
Posts: 812
Joined: Sat Feb 18, 2006 5:45 am
Location: San Jose, CA
Contact:

Post by Frank Yaeger » Mon Aug 08, 2011 9:56 pm

Also note, that while the topic is in the DFSORT part of the forum, the question relates to Syncsort.
FYI, this Forum is actually for "DFSORT , ICETOOL & Utilities" questions, so it's the correct place for all sort utility questions.
Frank Yaeger - DFSORT Development Team (IBM) - yaeger@us.ibm.com
Specialties: JOINKEYS, FINDREP, WHEN=GROUP, ICETOOL, Symbols, Migration
=> DFSORT/MVS is on the Web at http://www.ibm.com/storage/dfsort

DikDude
Moderator
Posts: 1001
Joined: Fri Jul 22, 2011 8:39 am
Location: usa

Post by DikDude » Mon Aug 08, 2011 11:32 pm

Thanks :)

Post Reply

FREE TUTORIALS

Tutorials
Free tutorials from mainframegurukul
  • JCL Tutorial
    Covers all important JCL concepts.
  • Cobol Tutorial
    This tutorials covers all Cobol Topics from STRING to COMP-3.
  • DB2 Tutorial
    DB2 Tutorial focuses on DB2 COBOL Programming.
  • SORT Tutorial
    This Tutorial covers all important aspects of DFSORT with examples
  • CICS Tutorial
    This CICS tutorial covers CICS concepts and CICS Basics, CICS COBOL Programming.
Interview
Mainframe Interview questions



Other References
Mainframe Tools and others