IGD17272I insufficient space error



High Level Assembler(HLASM) for MVS & VM & VSE

IGD17272I insufficient space error

Postby utpalpal07 » Fri Sep 07, 2012 2:32 pm

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
utpalpal07
 
Posts: 43
Joined: Wed Feb 08, 2012 12:02 pm
Has thanked: 1 time
Been thanked: 0 time

Re: IGD17272I insufficient space error

Postby enrico-sorichetti » Fri Sep 07, 2012 3:04 pm

and how this relate to assembler ?
cheers
enrico
When I tell somebody to RTFM or STFW I usually have the page open in another tab/window of my browser,
so that I am sure that the information requested can be reached with a very small effort
enrico-sorichetti
Global moderator
 
Posts: 2994
Joined: Fri Apr 18, 2008 11:25 pm
Has thanked: 0 time
Been thanked: 164 times

Re: IGD17272I insufficient space error

Postby NicC » Fri Sep 07, 2012 3:22 pm

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.
The problem I have is that people can explain things quickly but I can only comprehend slowly.
Regards
Nic
NicC
Global moderator
 
Posts: 3025
Joined: Sun Jul 04, 2010 12:13 am
Location: Pushing up the daisies (almost)
Has thanked: 4 times
Been thanked: 136 times

Re: IGD17272I insufficient space error

Postby enrico-sorichetti » Fri Sep 07, 2012 3:33 pm

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 )
cheers
enrico
When I tell somebody to RTFM or STFW I usually have the page open in another tab/window of my browser,
so that I am sure that the information requested can be reached with a very small effort
enrico-sorichetti
Global moderator
 
Posts: 2994
Joined: Fri Apr 18, 2008 11:25 pm
Has thanked: 0 time
Been thanked: 164 times

Re: IGD17272I insufficient space error

Postby NicC » Fri Sep 07, 2012 4:42 pm

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.
The problem I have is that people can explain things quickly but I can only comprehend slowly.
Regards
Nic
NicC
Global moderator
 
Posts: 3025
Joined: Sun Jul 04, 2010 12:13 am
Location: Pushing up the daisies (almost)
Has thanked: 4 times
Been thanked: 136 times

Re: IGD17272I insufficient space error

Postby steve-myers » Fri Sep 07, 2012 10:04 pm

Based on past experience, I had decided not to bother to read or respond to any posts from this person.
steve-myers
Global moderator
 
Posts: 2105
Joined: Thu Jun 03, 2010 6:21 pm
Has thanked: 4 times
Been thanked: 243 times

Re: IGD17272I insufficient space error

Postby utpalpal07 » Mon Sep 10, 2012 1:17 pm

Hi all,

This is related to assemblers because i'm trying to execute an assembler code of SFTP connection and getting this error.
utpalpal07
 
Posts: 43
Joined: Wed Feb 08, 2012 12:02 pm
Has thanked: 1 time
Been thanked: 0 time

Re: IGD17272I insufficient space error

Postby NicC » Mon Sep 10, 2012 1:32 pm

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?
The problem I have is that people can explain things quickly but I can only comprehend slowly.
Regards
Nic
NicC
Global moderator
 
Posts: 3025
Joined: Sun Jul 04, 2010 12:13 am
Location: Pushing up the daisies (almost)
Has thanked: 4 times
Been thanked: 136 times

Re: IGD17272I insufficient space error

Postby utpalpal07 » Mon Sep 10, 2012 5:08 pm

Thanks guys
utpalpal07
 
Posts: 43
Joined: Wed Feb 08, 2012 12:02 pm
Has thanked: 1 time
Been thanked: 0 time

Re: IGD17272I insufficient space error

Postby Anuj Dhawan » Thu Sep 13, 2012 3:31 pm

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.
Anuj
Anuj Dhawan
 
Posts: 273
Joined: Mon Feb 25, 2008 3:53 am
Location: Mumbai, India
Has thanked: 6 times
Been thanked: 4 times


Return to Assembler

 


  • Related topics
    Replies
    Views
    Last post