Page 1 of 1

IGD17272I insufficient space error

PostPosted: Fri Sep 07, 2012 2:32 pm
by utpalpal07
Hello all,

I am getting insufficient space error.

Though i'm using:

DYNM PRIM=1000 SEC=300 CYL


IGD17272I VOLUME SELECTION HAS FAILED FOR INSUFFICIENT SPACE FOR
DATA SET IBMST40.M81O.FB00080.A0008769                           
JOBNAME (PKCO0087) STEPNAME (UFM97001)                           
PROGNAME (PFMB970 ) DDNAME (OUTPT   )                           
REQUESTED SPACE QUANTITY = 830039 KB                             
STORCLAS (STANDARD) MGMTCLAS (STANDARD) DATACLAS (MULTIVOL)     
STORGRPS (DFUM1  )



Please advise

Regards,
Utpal

Re: IGD17272I insufficient space error

PostPosted: Fri Sep 07, 2012 3:04 pm
by enrico-sorichetti
and how this relate to assembler ?

Re: IGD17272I insufficient space error

PostPosted: Fri Sep 07, 2012 3:22 pm
by NicC
And, as you have removed the message ID's we do not know which program it came from. And, what is the problem with researching, in your place of work, the space requirements of the data being used and space availability in the various storage groups? We cannot do that as we do not work at your place and we do not have access to your systems.

Re: IGD17272I insufficient space error

PostPosted: Fri Sep 07, 2012 3:33 pm
by enrico-sorichetti
seems that ts has the bad manners/habit of posting to the wrong forum

see
assembler/topic7843.html

where the program involved is the same ( for a different problem )

Re: IGD17272I insufficient space error

PostPosted: Fri Sep 07, 2012 4:42 pm
by NicC
And he has not come back with further info or thanks. If no response by my close of business on Monday I may well delete it - at a minimum lock it.

Re: IGD17272I insufficient space error

PostPosted: Fri Sep 07, 2012 10:04 pm
by steve-myers
Based on past experience, I had decided not to bother to read or respond to any posts from this person.

Re: IGD17272I insufficient space error

PostPosted: Mon Sep 10, 2012 1:17 pm
by utpalpal07
Hi all,

This is related to assemblers because i'm trying to execute an assembler code of SFTP connection and getting this error.

Re: IGD17272I insufficient space error

PostPosted: Mon Sep 10, 2012 1:32 pm
by NicC
It would not matter if it was written in Swahili. You have a lack of space - either you are not calculating your space requirements correctly, your program is looping or there really is insufficient space available.

What does the manual say in response to this error message? What does your storage management say in answer to your queries to them?

Re: IGD17272I insufficient space error

PostPosted: Mon Sep 10, 2012 5:08 pm
by utpalpal07
Thanks guys

Re: IGD17272I insufficient space error

PostPosted: Thu Sep 13, 2012 3:31 pm
by Anuj Dhawan
IGD17272I -- means that the selection process to find a candidate volume for the job-in-question, for space allocation, has failed because of insufficient space; i.e. there is no volume in the storage group that could satisfy the request, said that - increasing the requested allocation is NOT the way to go in this case.

One should be using multiple volumes. For example if it had been in a JCL, using SPACE=(CYL,(600,200),RLSE),VOL=(,,,10) instead of SPACE=(CYL,(1000,300),RLSE) could have worked.