Hi All. I have been asked to make a file SMS managed and to add 2 volumes to
the SMS pool. This is uncharted waters for me. I have found our ACS routines
and they are as follows:
PROC STORCLAS
FILTLIST OEDSN INCLUDE(OMVS.**,POSIX.**,OMVSV210.**,
CAI.*.HFS.**)
FILTLIST BACKS INCLUDE('SERVP.SLFVNOTE')
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
I need to add SERVP.MONTHLY.SLFVNOTE some where.
PROC STORGRP
SELECT
WHEN (&DSN='SERVP.SLFVNOTE')
SET &STORGRP EQ 'CSLFGRP2'
OTHERWISE SET &STORGRP = 'CSLFGRP1'
END
END
PROC DATACLAS
FILTLIST HELMS INCLUDE('SERVP.SLFVNOTE')
SELECT
WHEN (&DSN EQ &HELMS)
SET &DATACLAS EQ 'VSAMCLAS'
OTHERWISE
SET &DATACLAS EQ ''
END
END
Where do I go in the panels to add new volumes to what ever pool I need to put
them into?
I know the group is very busy is there a manual, white paper, SHARE
presentation that will help me?
Thanks in advance everyone. I truly appreciate any suggestions.
Bob Pelletier
Connecticut Student Loan Foundation
Rocky Hill, Connecticut
----------------------------------------------------------------------
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