Milton, it sounds like there's an error in your ACS STORCLAS routine -
you're not assigning a STORCLAS which results in a non-SMS managed data set
on a public volume.  

Do you have code similar to this: 

 WHEN (&STORCLAS EQ &VALID_STORCLAS)   
    SET &STORCLAS EQ &STORCLAS   

and a FILTLIST that contains all the "valid" STORCLAS names, and is SC001 in
the filtlist? 

Greg Shirey
Ben E. Keith Company
 

-----Original Message-----
From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED]
Behalf Of Hern�ndez Ballestero Milton
Sent: Tuesday, June 07, 2005 12:06 PM
 
We are trying to define a pool of discs for maintenance reasons. The idea is
create a storage  class in the dd STORCLAS=SC0001, and then according to
this storage class in the #SGxx we assign the storage group. The problem
that we have its when we use the DD with the sentence Storage Class, the jcl
its ok and we didn't define any unit or volume in the DD, but the file is
allocated in a disk that its not in the storage group, it's a public disc.
Its look like although we define the storage class, the sms assign to a
public disc from esoteric sysallda or  something like that. Of course, if we
erase the sentence STORCLAS in the DD there is a JCL error because we didn't
define any valid unit or volume. On the other side, if we catch the file
thru the name with a FITLIST on the #SCxx, then its works. Any ideas ?????

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

Reply via email to