This is the part of the ACS routine:
FILTLIST BACKS INCLUDE('SERVP.SLFVNOTE',
'SERVP.JM064050.SLFVNOTE',
'SERVP.JM064050.SLFVNTE')
SELECT
WHEN (&DSN EQ &OEDSN)
DO
SET &STORCLAS EQ 'CSLFSTOR'
EXIT
END
WHEN (&DSN EQ &BACKS)
DO
SET &STORCLAS EQ 'VSAMSTOR'
EXIT
END
OTHERWISE
SET &STORCLAS EQ ''
END
END
PROC STORGRP
SELECT
WHEN (&DSN='SERVP.SLFVNOTE')
SET &STORGRP EQ 'CSLFGRP2'
WHEN (&DSN='SERVP.JM064050.SLFVNOTE'
SET &STORGRP EQ 'CSLFGRP2'
WHEN (&DSN='SERVP.JM064050.SLFVNTE')
SET &STORGRP EQ 'CSLFGRP2'
OTHERWISE SET &STORGRP = 'CSLFGRP1'
I see SMSVL8 and SMSVL9 in CSLFGRP2.
Have a Nice Day !
Bob Pelletier
Connecticut Student Loan Foundation
Rocky Hill, Ct.
-----Original Message-----
From: John Kington [mailto:[EMAIL PROTECTED]
Sent: Tuesday, September 05, 2006 12:04 PM
To: [email protected]
Subject: Re: unable to Allocate Space on User Volume
Robert,
Did you get any messages in the IDCAMS output like:
IDC0181I STORAGECLASS USED IS ABCDEF
IDC0181I MANAGEMENTCLASS USED IS ABCDEF
IDC0181I DATACLASS USED IS ABCDEF
You can also try adding to the cluster definition:
VOLUMES(*) -
I doubt that it will help because the real problem is that the SMS ACS
routines are not assigning a storage class to the vsam dataset. Are the
SMS ACS routines your responsibility?
Regards,
John
----------------------------------------------------------------------
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
Confidentiality 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 and delete this message from
your system.
----------------------------------------------------------------------
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