I tried the TEST keyword but I received the following error messages:
ADR874E (001)-KVOL (01), VOLUME VECA21 IS NOT ELIGIBLE FOR CONVERSION TO SMS 
MANAGEMENT, 008

According to the error message it says :The volume has a nonindexed VTOC 
I ran the following :
/*                                                           
//STEP1 EXEC PGM=ICKDSF,REGION=3M                            
//MYVOL DD  UNIT=3390,DISP=(OLD,KEEP),VOL=SER=VECA21,        
//   DSN=SYS1.VTOCIX.VECA21                                  
//SYSPRINT DD SYSOUT=*                                       
//SYSIN DD  *                                                
 BUILDIX DDNAME(MYVOL) IXVTOC                                
/*                                                           
I ran the CONVERT again but I still get the same error.  Any suggestions that I 
can try?        


From: "Richards, Robert B." <robert.richa...@opm.gov>
To: IBM-MAIN@bama.ua.edu
Sent: Thursday, 22 September 2011 8:04 AM
Subject: Re: CONVERTING DASD TO SMS

The key there is the TEST keyword. That will simulate the CONVERTV process and 
let you know if any problems will be encountered. Review its output, resolve 
any issues, rerun with TEST again and when you get a clean run, remove the TEST 
keyword.

Bob

-----Original Message-----
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@bama.ua.edu] On Behalf Of 
John Dawes
Sent: Thursday, September 22, 2011 7:47 AM
To: IBM-MAIN@bama.ua.edu
Subject: CONVERTING DASD TO SMS

G'Day All,
 
I have the unenviable task of converting some IMS dasd to SMS.  The volumes are 
presently non-SMS and contain IMS DBs.  I looked at the ADRDSSU and the COVERTV 
parm is recommended to be used.  My question is has anybody encountered any 
problems using CONVERTV?  
I plan to use this jcl to run the CONVERT of the volume:
 
//STEP1  EXEC  
PGM=ADRDSSU,REGION=4M                                                   
//SYSPRINT  DD  SYSOUT=*                                  
//INVOL1   DD    VOL=SER=BELAN1,UNIT=3390,DISP=SHR        
//SYSIN    DD    *                                        
 CONVERTV -                                               
      TEST -                                              
      DDNAME(INVOL1) -                                    
     SMS                                                  
/*                                                        

 
Thanks

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

Reply via email to