I am Not a DASD Administrator -
.
However I used the following JCL to move a PDS - 
//STEP1    EXEC  PGM=ADRDSSU                                  
//SYSPRINT DD    SYSOUT=A                                     
//DASD1    DD    UNIT=3390,VOL=(PRIVATE,SER=USER12),DISP=OLD  
//DASD2    DD    UNIT=3390,VOL=(PRIVATE,SER=USER01),DISP=OLD  
//SYSIN    DD    *                                            
 COPY DATASET(INCLUDE(MONSOON.SRCLIB.BKUP)) -                 
      LOGINDDNAME(DASD1) OUTDDNAME(DASD2) DELETE CATALOG      
/*                                                            
.
Would Anyone have an example of moving VSAM Datasets
Do I specify the base cluster ? Do I specify the base cluster, data component, 
and index
component ? An Example would be appreciated ?

---------- Original Message ----------
From: David Spiegel <dspiegel...@hotmail.com>
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: DFSMS Move Dataset
Date: Fri, 15 May 2020 14:20:08 -0400

Hi Paul,
A bit of advice (I've been using DFSMSdss for 30+ years).

Unless not possible, ALWAYS obtain your list of Datasets to be 
processed, via Logical criteria.
(Do not, unless you have to, use Physical criteria).
The difference between them is that Physical criteria are generated by 
coding INDDNAME or INDYNAM.
(If you code LOGINDDNAME or LOGINDYNAM it's Logical.)

You will likely hear that Physical means Full Volume and that Logical 
means by Dataset.
This statement is ABSOLUTELY false.

One more thing ... always code OPT(4) to read a Cylinder at a time.

Good luck!

Regards,
David

On 2020-05-15 13:39, esst...@juno.com wrote:
> Hello.
> Does IBM (DFSMS) have a utility that will move VSAM and/or non-VSAM dataset  
> to a
> different VOLUME ?
> .
> Paul D'Angelo
> *
> *
> *
>
> ----------------------------------------------------------------------
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
> .

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Reply via email to