Hello,
I am using following JCL to unload PDS and write it on to the tape.
// EXEC PGM=IEBCOPY
//SYSPRINT DD SYSOUT=*
//SYSIN DD DUMMY
//SYSUT1 DD DISP=SHR,DSN=TEST.UTILITY.DATA
//SYSUT2 DD DISP=(NEW,KEEP),UNIT=TAPE,DSN=TEST.UTILITY.DATA
I like to write JCL to copy Tape PDS to Tape PDS.
I meant both Dataset should be on tape.
Any help will be appreciated.
thanks