> -----Original Message-----
> From: IBM Mainframe Discussion List 
> [mailto:ibm-m...@bama.ua.edu] On Behalf Of Klein, Kenneth
> Sent: Monday, June 29, 2009 11:45 AM
> To: IBM-MAIN@bama.ua.edu
> Subject: sms overriding my specification of target volume
> 
>  
> 
> IGD17223I JOBNAME jobname PROGRAM NAME progname STEPNAME 
> stepname DDNAME
> 
>        ddname DATA SET dsn WAS ALLOCATED TO AN OVERFLOW STORAGE GROUP
> 
>        ofsg.
> 
>  
> 
> Explanation:  This message is issued when the volume selection
> algorithms 
> resulted in the selection of one or more volumes that belong to an
> 
> overflow storage group.
> 
> 
> I'm a real rookie with SMS. I'm getting this message when I try to
> allocate a dataset on a specific target volume with dfdss using 
> 
> //OMVSS3    DD   UNIT=SYSDA,DISP=SHR,VOL=SER=OMVSS3    
> //SYSIN     DD   *                                     
>  COPY   DATASET( INCL(SMPE.Z19.RESZP1.SMPTLOG  )) -    
>         CONCURRENT NOTIFYCONCURRENT -                  
>             CATALOG TOL(ENQF) WAIT(2,30) -             
>             BYPASSACS(**)                          -   
>             STORCLAS(SCNONSMS) OUTDDNAME(OMVSS3) -     
>       RENUNC( (SMPE.Z19.RESZP1.SMPTLOG     , -         
>                SMPE.Z19.RESZS3.SMPTLOG      )         -
>              )                                         
> 
> I've got to ge able to specify a volume so my DDDef's will 
> point to the
> right one. 

First off, I would say that it is very likely that the STORGROUP ACS routine is 
assigning your output to some storage group, rather than to the specified 
nonSMS volume that you said. If you fix that, then the message should go away.

In SMS, for a given storage group, you can specify an "overflow" storage group. 
If the primary storage group cannot contain the dataset due to lack of space, 
SMS will redirect the allocation to the overflow group. But, again, the first 
paragraph is your real problem.

--
John McKown 
Systems Engineer IV
IT

Administrative Services Group

HealthMarkets(r)

9151 Boulevard 26 * N. Richland Hills * TX 76010
(817) 255-3225 phone * (817)-961-6183 cell
john.mck...@healthmarkets.com * www.HealthMarkets.com

Confidentiality Notice: This e-mail message may contain confidential or 
proprietary information. If you are not the intended recipient, please contact 
the sender by reply e-mail and destroy all copies of the original message. 
HealthMarkets(r) is the brand name for products underwritten and issued by the 
insurance subsidiaries of HealthMarkets, Inc. -The Chesapeake Life Insurance 
Company(r), Mid-West National Life Insurance Company of TennesseeSM and The 
MEGA Life and Health Insurance Company.SM

 

----------------------------------------------------------------------
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