It didn't work:
 2 //STEP1  EXEC PGM=DFDSS                    
 3 //SYSPRINT DD SYSOUT=*                     
 4 //SYSIN    DD *                            
 ALLOC. FOR TRLP1T STEP1                      
 JES2 ALLOCATED TO SYSPRINT                   
 JES2 ALLOCATED TO SYSIN                      
 REQUESTED MODULE DFDSS    NOT FOUND          
 ABEND806-04  JOBNAME=TRLP1T    STEPNAME=STEP1
 SYMPTOM DUMP OUTPUT                          


Also I don't recall ever doing this in the past just defined volume as
STGR. Am I losing it and I have done the CONVERT everytime I did a SMS
volume? Also do I need to do a reactivate os SMS if this works? Thanks
all

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 11:04 AM
To: [email protected]
Subject: Re: unable to Allocate Space on User Volume

Robert,
>           SMSVL8 SIMPLEX     ----    00F1  NONSMS    CSLFGRP2
>          SMSVL9 SIMPLEX     ----    00F1  NONSMS    CSLFGRP2
Volumes SMSVL8 and SMSVL9 are not marked as SMS-managed in the vtoc. You
should be able to run DSS job to do CONVERTV.

//STEP1  EXEC PGM=DFDSS
//SYSPRINT DD SYSOUT=*
//SYSIN    DD *
  CONVERT  -
     DYNAM(           -
       (SMSVL8) -
               )    -
     SMS
  CONVERT  -
     DYNAM(           -
       (SMSVL9) -
               )    -
     SMS
/*

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

Reply via email to