VIRTUAL STORAGE



Support for NetApp SyncSort for z/OS, Visual SyncSort, SYNCINIT, SYNCLIST and SYNCTOOL

VIRTUAL STORAGE

Postby surime72 » Fri Dec 06, 2013 3:21 pm

Hi,

I was trying to run jcl by using SSort it showing error message as INSUFFICIENT VIRTUAL STORAGE
 WER276B  SYSDIAG= 54319, 368516, 368516, 1474725
 WER164B  6,964K BYTES OF VIRTUAL STORAGE AVAILABLE, MAX REQUESTED,
 WER164B     0 BYTES RESERVE REQUESTED, 1,072K BYTES USED
 WER146B  20K BYTES OF EMERGENCY SPACE ALLOCATED


Can you please advise on this issue
surime72
 
Posts: 107
Joined: Sun Oct 23, 2011 1:45 pm
Has thanked: 0 time
Been thanked: 0 time

Re: VIRTUAL STORAGE

Postby surime72 » Fri Dec 06, 2013 3:29 pm

sample JCLwhich I was using
//W#W0HW08 JOB (1,50720,ITEK),'WIAD EXTRACT',MSGCLASS=N,REGION=0M,
//             NOTIFY=&SYSUID
//*****************************************************************
//*  SPLITTING PROCESS
//*****************************************************************
//SORT10   EXEC  SSORT
//SORTWK01 DD  SPACE=(CYL,(100,100))
//SORTWK02 DD  SPACE=(CYL,(100,100))
//SORTWK08 DD  SPACE=(CYL,(100,100))
//SORTIN   DD  DSN=Y#L0W4.PROD.SWIAA08.BOLLY.FORMAT,DISP=SHR
//SORTOF01 DD  DSN=W#W0HW.PROD.SWIAA08.BOLLY.SPLTNEW.AUG09,
//             DISP=(NEW,CATLG,DELETE),
//             DCB=(RECFM=FBA,LRECL=133,BLKSIZE=0),
//             SPACE=(TRK,(500,300),RLSE)
//SORTOF02 DD  DSN=W#W0HW.PROD.SWIAA08.BOLLY.SPLTNEW.SEP09,
//             DISP=(NEW,CATLG,DELETE),
//             DCB=(RECFM=FBA,LRECL=133,BLKSIZE=0),
//             SPACE=(TRK,(500,300),RLSE)
//SORTOF03 DD  DSN=W#W0HW.PROD.SWIAA08.BOLLY.SPLTNEW.OCT09,
//             DISP=(NEW,CATLG,DELETE),
//             DCB=(RECFM=FBA,LRECL=133,BLKSIZE=0),
//             SPACE=(TRK,(500,300),RLSE)
//SORTOF04 DD  DSN=W#W0HW.PROD.SWIAA08.BOLLY.SPLTNEW.NOV09,
//             DISP=(NEW,CATLG,DELETE),
//             DCB=(RECFM=FBA,LRECL=133,BLKSIZE=0),
//SYSOUT   DD  SYSOUT=*
//SYSUDUMP DD  SYSOUT=*
//SYSIN    DD  *
 SORT FIELDS=COPY
 OUTFIL FILES=01,
 INCLUDE=(13,8,CH,EQ,C'2009-08-')
 OUTFIL FILES=02,
 INCLUDE=(13,8,CH,EQ,C'2009-09-')
 OUTFIL FILES=03,
 INCLUDE=(13,8,CH,EQ,C'2009-10-')
 OUTFIL FILES=04,
 INCLUDE=(13,8,CH,EQ,C'2009-11-')
 OUTFIL FILES=05,
 INCLUDE=(13,8,CH,EQ,C'2009-12-')
 OUTFIL FILES=06,
 INCLUDE=(13,8,CH,EQ,C'2010-01-')
 OUTFIL FILES=07,


Getting failed in IEF450I W#W0HW08 SORT SORT10 - ABEND=S000 U0016 REASON=00000000
TIME=03.20.36
surime72
 
Posts: 107
Joined: Sun Oct 23, 2011 1:45 pm
Has thanked: 0 time
Been thanked: 0 time

Re: VIRTUAL STORAGE

Postby NicC » Fri Dec 06, 2013 4:13 pm

I doubt if you were trying to "run a jcl by using SSort". You were trying to run SSort in batch is the co9rrect terminology. JCL does not need a sort product to "run".
Your snippet does not show 'INSUFFICIENT VIRTUAL STORAGE'. Show the entire sysout.

BTW you are running Syncsort (WER messages). SSort is just your shop's procuedure name for running the program. Topic moving.
The problem I have is that people can explain things quickly but I can only comprehend slowly.
Regards
Nic
NicC
Global moderator
 
Posts: 3025
Joined: Sun Jul 04, 2010 12:13 am
Location: Pushing up the daisies (almost)
Has thanked: 4 times
Been thanked: 136 times

Re: VIRTUAL STORAGE

Postby Robert Sample » Fri Dec 06, 2013 4:14 pm

Talk to your site support group. Many sites restrict the use of REGION=0M; even those that don't often restrict the amount of memory that can be used by certain job classes. If this has been done, putting REGION=0M will have no impact on your job. And only someone working AT YOUR SITE can provide guidance on the site standards.
Robert Sample
Global moderator
 
Posts: 3719
Joined: Sat Dec 19, 2009 8:32 pm
Location: Dubuque, Iowa, USA
Has thanked: 1 time
Been thanked: 279 times

Re: VIRTUAL STORAGE

Postby dick scherrer » Fri Dec 06, 2013 7:49 pm

Hello,

You have been here long enough to know that you need to post ALL of the diagnostic information provided by the problem run.

SSORT is what your system called the PROCedure to run the sort. You have not shown this, only the run-time JCL.

If you want answers, you need to post complete info the first time so your topics do not drag on while we try to pry the info from you to work with. . .
Hope this helps,
d.sch.
User avatar
dick scherrer
Global moderator
 
Posts: 6268
Joined: Sat Jun 09, 2007 8:58 am
Has thanked: 3 times
Been thanked: 93 times


Return to Syncsort/Synctool

 


  • Related topics
    Replies
    Views
    Last post