Tape Space Issue

2008-12-08 Thread Howard Rifkind
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
_
LEGAL NOTICE
Unless expressly stated otherwise, this message is confidential
and may be privileged. It is intended for the addressee(s) only.
Access to this E-mail by anyone else is unauthorized.
If you are not an addressee, any disclosure or copying of the
contents of this E-mail or any action taken (or not taken) in
reliance on it is unauthorized and may be unlawful. If you are not an
addressee, please inform the sender immediately, then delete this
message and empty from your trash.

--
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


Re: Tape Space Issue

2008-12-08 Thread Linda Mooney
Hi Howard,

Is there a data class for this SMS controlled dataset?  If not, or if the 
dataset is not SMS controlled, you will need to specify space.

Linda Mooney
-- Original message -- 
From: Howard Rifkind <[EMAIL PROTECTED]> 

> 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 
> _ 
> LEGAL NOTICE 
> Unless expressly stated otherwise, this message is confidential 
> and may be privileged. It is intended for the addressee(s) only. 
> Access to this E-mail by anyone else is unauthorized. 
> If you are not an addressee, any disclosure or copying of the 
> contents of this E-mail or any action taken (or not taken) in 
> reliance on it is unauthorized and may be unlawful. If you are not an 
> addressee, please inform the sender immediately, then delete this 
> message and empty from your trash. 
> 
> -- 
> 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 

--
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


Re: Tape Space Issue

2008-12-08 Thread Thompson, Steve
It is very hard for me to read the posting you sent. However, having
just had a similar situation, you might want to check your DSN against
your ACS rules. 

I was attempting to write to tape, but I had a qualifier that was
reserved by SMS to go to DASD - IT OVERRODE the UNIT info. 

So you may be experiencing the same thing.

Regards,
Steve Thompson 

-- All opinions expressed by this poster are not necessarily those of
poster's employer. -- 

-Original Message-
From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On
Behalf Of Howard Rifkind
Sent: Monday, December 08, 2008 2:29 PM
To: IBM-MAIN@bama.ua.edu
Subject: Tape Space Issue

Hello,=20=0D=0A=20=0D=0ACan anyone tell me what I'm missing on the JCL
belo=
w.  Job keeps asking for a space parameter.=0D=0A=20=0D=0A//STEP1  EXEC
PGM=
=3DIDCAMS  =20=0D=0A//SYSPRINT DD
SYSOUT=3D=
*=20=0D=0A//RECEIVE  DD
DSNAME=3DE18823=
=2ETDB.SYSPROG.SYMD.CAVHPROT.CLUS,=0D=0A//
DISP=3D(NEW,CATLG,DEL=
ETE),=20=0D=0A//UNIT=3DHCRT,
=
   =20=0D=0A//VOL=3D(,RETAIN,,1),
=
 =20=0D=0A//LABEL=3D(1,SL),
=
   =20=0D=0A//
DCB=3D(BLKSIZE=3D20400,LRECL=3D2040,RECFM=3DF=
B) =20=0D=0A//SYSIN  DD  *
=0D=
=0A   EXPORT-=20=0D=0A
=
   TDB.SYSPROG.SYMD.CAVHPROT.CLUS -  =20=0D=0A
OUTFI=
LE(RECEIVE) -=20=0D=0ATEMPORARY
=
 =20=0D=0A/*
=
 =20=0D=0A=20=0D=0AIEF344I E18823X STEP1
RECEIV=
E - ALLOCATION FAILED DUE TO DATA FACILITY SYSTEM=0D=0AIGD17045I SPACE
NOT =
SPECIFIED FOR ALLOCATION OF DATA SET
=20=0D=0ATDB.SYSPRO=
G.SYMD.CAVHPROT.CLUS
=20=0D=0A=
=20=0D=0AThanks=0D=0A=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=0D=



--
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


Re: Tape Space Issue

2008-12-08 Thread O'Brien, David W. (NIH/CIT) [C]
I suspect your ACS routines are intercepting the allocation for 
TDB.SYSPROG.SYMD.CAVHPROT.CLUS and is attempting to write it to DASD.


From: IBM Mainframe Discussion List [EMAIL PROTECTED] On Behalf Of Howard 
Rifkind [EMAIL PROTECTED]
Sent: Monday, December 08, 2008 3:29 PM
To: IBM-MAIN@bama.ua.edu
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
_
LEGAL NOTICE
Unless expressly stated otherwise, this message is confidential
and may be privileged. It is intended for the addressee(s) only.
Access to this E-mail by anyone else is unauthorized.
If you are not an addressee, any disclosure or copying of the
contents of this E-mail or any action taken (or not taken) in
reliance on it is unauthorized and may be unlawful. If you are not an
addressee, please inform the sender immediately, then delete this
message and empty from your trash.

--
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

--
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


Re: Tape Space Issue

2008-12-08 Thread Raymond Noal
What is the device type for the device numbers assigned to the esoteric - HCRT? 
Check in your current EDT.

HITACHI
 DATA SYSTEMS 
Raymond E. Noal 
Senior Technical Engineer 
Office: (408) 970 - 7978 


-Original Message-
From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of 
Howard Rifkind
Sent: Monday, December 08, 2008 12:29 PM
To: IBM-MAIN@bama.ua.edu
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
_
LEGAL NOTICE
Unless expressly stated otherwise, this message is confidential
and may be privileged. It is intended for the addressee(s) only.
Access to this E-mail by anyone else is unauthorized.
If you are not an addressee, any disclosure or copying of the
contents of this E-mail or any action taken (or not taken) in
reliance on it is unauthorized and may be unlawful. If you are not an
addressee, please inform the sender immediately, then delete this
message and empty from your trash.

--
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

--
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


Re: Tape Space Issue

2008-12-08 Thread Russell Witt
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: IBM-MAIN@bama.ua.edu
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


Re: Tape Space Issue

2008-12-08 Thread Lizette Koehler
Howard,
Does this data set exist?  TDB.SYSPROG.SYMD.CAVHPROT.CLUS

Lizette.

> -Original Message-
> From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On
Behalf Of
> Howard Rifkind
> Sent: Monday, December 08, 2008 3:29 PM
> To: IBM-MAIN@bama.ua.edu
> 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
> _
> LEGAL NOTICE
> Unless expressly stated otherwise, this message is confidential
> and may be privileged. It is intended for the addressee(s) only.
> Access to this E-mail by anyone else is unauthorized.
> If you are not an addressee, any disclosure or copying of the
> contents of this E-mail or any action taken (or not taken) in
> reliance on it is unauthorized and may be unlawful. If you are not an
> addressee, please inform the sender immediately, then delete this
> message and empty from your trash.
> 
> -
> -
> 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

--
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


Re: Tape Space Issue

2008-12-08 Thread Rick Fochtman
Check your SMS parameters. Is this output dataset being converted to a 
DASD file by SMS ??


Howard Rifkind wrote:

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
_
LEGAL NOTICE
Unless expressly stated otherwise, this message is confidential
and may be privileged. It is intended for the addressee(s) only.
Access to this E-mail by anyone else is unauthorized.
If you are not an addressee, any disclosure or copying of the
contents of this E-mail or any action taken (or not taken) in
reliance on it is unauthorized and may be unlawful. If you are not an
addressee, please inform the sender immediately, then delete this
message and empty from your trash.

--
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

 



--
Rick
--
Remember that if you’re not the lead dog, the view never changes.

--
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


Re: Tape Space Issue

2008-12-09 Thread Lizette Koehler
Perhaps I am confused.

The  output dataset is
E18823.TDB.SYSPROG.SYMD.CAVHPROT.CLUS
The VSAM data set that is to be exported is
TDB.SYSPROG.SYMD.CAVHPROT.CLUS

The error message indicates no space for IGD17045I SPACE NOT SPECIFIED FOR
ALLOCATION OF DATA SET TDB.SYSPROG.SYMD.CAVHPROT.CLUS
Which matches the EXPORT statement and not the //RECEIVE JCL statement.


Since his output dataset HLQ is E18823 I do not think that the allocation
error is on the RECEIVE DD statement.  That is unless I am missing
something.

It looks to me that the EXPORT entryname is looking for a NEW dataset and
that the cluster does not exist.  

So why would an EXPORT entryname get an IGD17045I error message on the
entryname that is trying to be exported?  Would the IGD17045I message flag
an input file when the error is on the outfile dataset?

Lizette



> 
> Check your SMS parameters. Is this output dataset being converted to a
> DASD file by SMS ??
> 
> Howard Rifkind wrote:
> 
> >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

--
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