Getting Insufficient storage error



Compuware's QA & Impact Analysis Tools: Xpediter/CICS , Xpediter/TSO, Xpediter/DB2, Xpediter/Xchange, Xpediter/IMS

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 .
gauthamnagpur18
 
Posts: 93
Joined: Sat Oct 23, 2010 1:28 pm
Location: Chennai, India
Has thanked: 3 times
Been thanked: 3 times

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?
BillyBoyo
Global moderator
 
Posts: 3804
Joined: Tue Jan 25, 2011 12:02 am
Has thanked: 22 times
Been thanked: 265 times

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.
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: 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
gauthamnagpur18
 
Posts: 93
Joined: Sat Oct 23, 2010 1:28 pm
Location: Chennai, India
Has thanked: 3 times
Been thanked: 3 times

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
User avatar
mongan
 
Posts: 211
Joined: Tue Jan 11, 2011 8:32 pm
Has thanked: 1 time
Been thanked: 5 times


Return to Xpediter

 


  • Related topics
    Replies
    Views
    Last post