Moving a Dataset to a Non-SMS Volume

2010-06-09 Thread Kopischke, David G.
Greetings,
   I'm trying to move a bunch of datasets to a non-SMS managed volume
via DSS. I
found examples in the manuals, but it's not working:

COPY DATASET(   -
 INCLUDE(DataSet.Name)) -
 OUTDDNAM(TARGET)   -
 ALLDATA(*) -
 BYPASSACS(*)   -
 NULLMGMTCLAS   -
 NULLSTORCLAS   -
 DELETE -
 CATALOG

   TARGET is a DD that just specifies UNIT=SYSDA,VOL=SER=DRTST1. I also
tried
OUTDYNAM pointing to DRTST1 and DSS allocates a dataset on it, but it
apparently
isn't the dataset I'm trying to move. Everything I try just moves the
dataset to
another volume in the same storage pool.

   Any ideas ???

Thanks,
Dave K.



--
This e-mail transmission may contain information that is proprietary, 
privileged and/or confidential and is intended exclusively for the person(s) to 
whom it is addressed. Any use, copying, retention or disclosure by any person 
other than the intended recipient or the intended recipient's designees is 
strictly prohibited. If you are not the intended recipient or their designee, 
please notify the sender immediately by return e-mail and delete all copies. 
OppenheimerFunds may, at its sole discretion, monitor, review, retain and/or 
disclose the content of all email communications. 
==

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


Re: Moving a Dataset to a Non-SMS Volume

2010-06-09 Thread Dave Kopischke
On Wed, 9 Jun 2010 17:35:13 -0600, Kopischke, David G. 
dgkopisc...@oppenheimerfunds.com wrote:

Greetings,
   I'm trying to move a bunch of datasets to a non-SMS managed volume
via DSS. I
found examples in the manuals, but it's not working:

COPY DATASET(   -
 INCLUDE(DataSet.Name)) -
 OUTDDNAM(TARGET)   -
 ALLDATA(*) -
 BYPASSACS(*)   -
 NULLMGMTCLAS   -
 NULLSTORCLAS   -
 DELETE -
 CATALOG


I guess I'll answer my own question...

BYPASSACS(**)   -- Two asterisks works fine

I can't see the the forest. All these dang trees are in the way.

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