Yes.  I want to perform a PDSE to PDSE copy.
    On Tuesday, May 7, 2019, 7:59:47 a.m. EDT, Steve Smith <[email protected]> 
wrote:  
 
 It's sufficient if it does what you want, no?

sas

On Tue, May 7, 2019 at 7:44 AM esmie moo <
[email protected]> wrote:

> Gentle Readers,
> Are there special parms that I need to use in the copy PDS & PDSE'S?
> For example if I want to copy a PDSE to another PDSE (some maybe LOADLIBS)
> would the following be okay?/*
>  //COPYJCL1  EXEC PGM=IEBCOPY                  //SYSPRINT DD SYSOUT=*
>                    //SYSUT3  DD UNIT=SYSDA,SPACE=(CYL,(50,50))  //SYSUT4
>  DD UNIT=SYSDA,SPACE=(CYL,(50,50))  //INDD    DD
> DISP=OLD,DSN=MYDSN.CLIP.SHR      //OUTDD    DD
> DISP=OLD,DSN=MYDSN.CLIP.SHR.NEW  //SYSIN    DD *
>      COPY INDD=INDD,OUTDD=OUTDD                  /*
>                        //
> Is the COPY command sufficient?
> Thanks in advance
>
> ----------------------------------------------------------------------
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to [email protected] with the message: INFO IBM-MAIN
>


-- 
sas

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN
  

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to