Hi all,
Thanks all of your kind information and advice. what I try to do is that
1) in JCL if no storage class and dataclass code then all datasets will
allocate to non-sms managed volume or work pack.
2) If JCL code the STORCLAS & DATACLAS then all datasets will allocate to
sms-managed volume
In case 2, all dataset will only allocate to sms-managed volume if
VOL=SER=XXXX is specified, how can I allocate all dataset to sms-managed
volume without assign the VOL=SER=XXXXX, I think ACS bypass something
In ACS routine Storage group
I specified the following
WHEN (&STORCLAS = 'SC4G')
DO
SET &STORGRP='SG4G'
EXIT
END
After I insert the write statement in ACS for STORCLAS & STORGRP,
write &STORCLAS, &STORGRP
nothing write to sysout...it seems that ACS only assigned a dataclass and
then exit without move to storage class and storage group assignment.
only have I assigned the VOL=SER=XX in JCL ,,the write statement for
&STORCLS & &STORGRP are come out....
Many thanks
Tommy
----------------------------------------------------------------------
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