Page 1 of 1

VIRTUAL STORAGE

PostPosted: Fri Dec 06, 2013 3:21 pm
by surime72
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

Re: VIRTUAL STORAGE

PostPosted: Fri Dec 06, 2013 3:29 pm
by surime72
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

Re: VIRTUAL STORAGE

PostPosted: Fri Dec 06, 2013 4:13 pm
by NicC
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.

Re: VIRTUAL STORAGE

PostPosted: Fri Dec 06, 2013 4:14 pm
by Robert Sample
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.

Re: VIRTUAL STORAGE

PostPosted: Fri Dec 06, 2013 7:49 pm
by dick scherrer
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. . .