On Wed, May 22, 2019 at 11:30 AM Elaine Beal <[email protected]> wrote:
> I have initialed a volume as STRG and it is offline.
> I added it to an SMS storage group via ISMF
> The volume now shows up in the ISMSF storage group.
> However, when I vary the volume online the status does not show as SMS.
> What am I missing?
>
> Thanks,
> Elaine
>
>
Did you make it SMS managed? You can do that when you do the ICKDSF INIT
INIT UNIT(1111) -
NOMAP -
VOLID(DDDXXD) -
NOCHECK -
VTOC(0,1,104) -
INDEX(7,0,75) -
OWNERID(IC01) -
NOVALIDATE -
* STORAGEGROUP -*
VERIFY(OF1111)
Or you can use ADRDSSU and the CONVERTV command.
https://www.ibm.com/support/knowledgecenter/en/SSLTBW_2.3.0/com.ibm.zos.v2r3.adru000/r2169.htm
//JOB1 JOB accounting information,REGION=nnnnK
//STEP1 EXEC PGM=ADRDSSU
//SYSPRINT DD SYSOUT=*
//DVOL1 DD UNIT=SYSDA,VOL=SER=338001,DISP=OLD
//DVOL2 DD UNIT=SYSDA,VOL=SER=338002,DISP=OLD
//SYSIN DD *
CONVERTV -
DDNAME(DVOL1,DVOL2) -
SMS -
INCAT(SYS1.ICFCAT.V338002) -
SELECTMULTI(FIRST) -
CATALOG
/*
--
This is clearly another case of too many mad scientists, and not enough
hunchbacks.
Maranatha! <><
John McKown
----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN