Getting Insufficient storage error

Compuware's QA & Impact Analysis Tools: Xpediter/CICS , Xpediter/TSO, Xpediter/DB2, Xpediter/Xchange, Xpediter/IMS
gauthamnagpur18
Posts: 93
Joined: Sat Oct 23, 2010 1:28 pm
Skillset: JCL , COBOL, VSAM , CICS
Referer: Through Google Search
Location: Chennai, India
Contact:

Getting Insufficient storage error

Postby gauthamnagpur18 » Thu Feb 02, 2012 5:58 pm

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 .

BillyBoyo
Global moderator
Posts: 3805
Joined: Tue Jan 25, 2011 12:02 am
Skillset: Easytrieve Plus, Cobol, Utilities, that sort of stuff
Referer: Google

Re: Getting Insufficient storage error

Postby BillyBoyo » Thu Feb 02, 2012 6:04 pm

Is your program using HEAP storage? Is your program in some way "huge", if so, in what way?

Robert Sample
Global moderator
Posts: 3720
Joined: Sat Dec 19, 2009 8:32 pm
Skillset: Systems programming, SAS, COBOL, CICS, JCL, SMS, VSAM, etc.
Referer: other forum
Location: Dubuque, Iowa, USA

Re: Getting Insufficient storage error

Postby Robert Sample » Thu Feb 02, 2012 6:04 pm

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.

gauthamnagpur18
Posts: 93
Joined: Sat Oct 23, 2010 1:28 pm
Skillset: JCL , COBOL, VSAM , CICS
Referer: Through Google Search
Location: Chennai, India
Contact:

Re: Getting Insufficient storage error

Postby gauthamnagpur18 » Thu Feb 02, 2012 6:36 pm

Hi BillyBoyo ,

Yes you are correct. Its a huge program.

Hi Robert Sample ,

Ya, I will ask my site support group.

Thanks,
Gautham :D

User avatar
mongan
Posts: 211
Joined: Tue Jan 11, 2011 8:32 pm
Skillset: System Programmer
Referer: Google searches

Re: Getting Insufficient storage error

Postby mongan » Thu Feb 02, 2012 7:48 pm

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


  • Similar Topics
    Replies
    Views
    Last post