Howard, It looks like the allocation was redirected from HCRT (which I assume is some type of tape device) to dasd. I would suggest you first look at the full joblog to see what SMS dataclass/mgmtclass/storclass was assigned, and then look at your ACS routines to see why it was assigned to those specific SMS classes.
Russell Witt -----Original Message----- From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] Behalf Of Howard Rifkind Sent: Monday, December 08, 2008 2:29 PM To: [email protected] Subject: Tape Space Issue Hello, Can anyone tell me what I'm missing on the JCL below. Job keeps asking for a space parameter. //STEP1 EXEC PGM=IDCAMS //SYSPRINT DD SYSOUT=* //RECEIVE DD DSNAME=E18823.TDB.SYSPROG.SYMD.CAVHPROT.CLUS, // DISP=(NEW,CATLG,DELETE), // UNIT=HCRT, // VOL=(,RETAIN,,1), // LABEL=(1,SL), // DCB=(BLKSIZE=20400,LRECL=2040,RECFM=FB) //SYSIN DD * EXPORT- TDB.SYSPROG.SYMD.CAVHPROT.CLUS - OUTFILE(RECEIVE) - TEMPORARY /* IEF344I E18823X STEP1 RECEIVE - ALLOCATION FAILED DUE TO DATA FACILITY SYSTEM IGD17045I SPACE NOT SPECIFIED FOR ALLOCATION OF DATA SET TDB.SYSPROG.SYMD.CAVHPROT.CLUS Thanks ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html

