Page 1 of 1

Getting Insufficient storage error

PostPosted: Thu Feb 02, 2012 5:58 pm
by gauthamnagpur18
Hi ,

When i tried to Xped a program, it got abended before entering program.

Error :
CEE0813S Insufficient storage was available to satisfy a get storage (CEECZST)
request

The traceback information could not be determined.
<> LEAID ENTERED (LEVEL 06/11/2010 AT 07.43)
<> LEAID IGNORED BY ABNLIGNR
<> LEAID PROCESSING COMPLETE. RC=4
***


I increased Region size but still i am getting the same and also commented out sysouc & sysprint ,but no use.I am using REGION=0M in the job card.

Please help me out .

Re: Getting Insufficient storage error

PostPosted: Thu Feb 02, 2012 6:04 pm
by BillyBoyo
Is your program using HEAP storage? Is your program in some way "huge", if so, in what way?

Re: Getting Insufficient storage error

PostPosted: Thu Feb 02, 2012 6:04 pm
by Robert Sample
but no use.I am using REGION=0M in the job card.
So what? If your site is set up to NOT allow use of REGION=0M on the job card, your actual region size will be whatever your site allows -- no matter what you speciified. This is one of those situations where the only way to get the correct and proper answer is to talk to someone working at your site (preferably in the site support group). Region size can be limited by job class, for example, depending upon the site -- so you have to find out much about your site's environment in order to successfully run your job. And your site-specific data will not be coming from this forum.

Re: Getting Insufficient storage error

PostPosted: Thu Feb 02, 2012 6:36 pm
by gauthamnagpur18
Hi BillyBoyo ,

Yes you are correct. Its a huge program.

Hi Robert Sample ,

Ya, I will ask my site support group.

Thanks,
Gautham :D

Re: Getting Insufficient storage error

PostPosted: Thu Feb 02, 2012 7:48 pm
by mongan
Don't forget that region is usually in the job and in the exec card. Perhaps you want to post your JCL.

//jobname JOB ,'user',
// MSGLEVEL=(1,1),MSGCLASS=X,
// CLASS=S,REGION=0M,
// NOTIFY=&SYSUID,
// USER=,GROUP=,PASSWORD=
//*
//COPY1 EXEC PGM=ADRDSSU,REGION=0M