View previous topic :: View next topic |
Author |
Message |
fixdoubts Beginner
Joined: 28 Dec 2005 Posts: 1 Topics: 1
|
Posted: Tue Jan 17, 2006 9:19 am Post subject: VOLUME SELECTION HAS FAILED -Error |
|
|
I am getting this error while running the job.
please clarify why this error is coming?
Code: | IEF403I XP2XPXR2 - STARTED - TIME=05.56.31 - ASID 00C6
- --TIMINGS (MINS.)--
-JOBNAME STEPNAME PROCSTEP RC EXCP CONN TCB SRB CLOCK
-XP2XPXR2 NONCAT2 CONTROLR 00 385 189 .00 .00 .0
IGD17272I VOLUME SELECTION HAS FAILED FOR INSUFFICIENT SPACE FOR 685
DATA SET XX2.SMS.N0HR0.JHR05.JRNL.CM.FILE.G0046V00
JOBNAME (XP2XPXR2) STEPNAME (STEP0100)
PROGNAME (ICETOOL ) DDNAME (NEW046 )
REQUESTED SPACE QUANTITY = 207509 KB
STORCLAS (SCADM) MGMTCLAS (MCADM) DATACLAS ( )
STORGRPS (SGADM ) |
In the job the dataset definitin is as follows
Code: |
//NEW029 DD DSN=XX2.SMS.N0HR0.JHR05.JRNL.CM.FILE.G0029V00,
// DISP=(NEW,CATLG,CATLG),
// UNIT=SYSDA,
// SPACE=(CYL,(500,500),RLSE)
|
|
|
Back to top |
|
 |
kolusu Site Admin

Joined: 26 Nov 2002 Posts: 12385 Topics: 75 Location: San Jose
|
|
Back to top |
|
 |
Bithead Advanced

Joined: 03 Jan 2003 Posts: 550 Topics: 23 Location: Michigan, USA
|
Posted: Tue Jan 17, 2006 9:28 am Post subject: |
|
|
SMS can't find enough space on any SYSDA defined pack for 500 cylinders (the primary allocation). |
|
Back to top |
|
 |
|
|