Hi all,
Anyone know how to use "ADRDSSU" to copy a multiple volumes datasets to
other new DASDs if the single dataset size over 9000 CYLS and spans into
3 volumes. How to copy it to other volumes use ADRDSSU?
* I try to use the following way and it works but use a huge EXCP to
finish because flashcopy is deactiviated
//DFDSS EXEC PGM=ADRDSSU,REGION=4096K
//SYSPRINT DD SYSOUT=*
//OUTDD DD UNIT=(SYSDA,2),VOL=SER=(IBAE02,IBAF02),DISP=OLD
//SYSIN DD *
COPY OUTDYNAM((IBAE02),(IBAF02)) -
DATASET(INCLUDE( -
IPOSYS,SMFDUMPW -
)) -
REPLACE -
ALLDATA(*) -
RENAMEU((IPOSYS.SMFDUMPW , IPOSYS.SMFDUMPW.BK1))
any other recommendation?
* the reasion is that I try to copy a SMFLOG to other DASDs (flashcopy)
instead of backup to tape immediately (hold resource), as you know CICS
trace takes a lots of SMF log otherwise SMF data may lost or buffer may
full soon.
* assume all volumes located at the same ESS DASD CU.
regards
Tommy
*********************************************************** This message contains confidential information which is intended only for the person or entity to which it is addressed. If you are not the intended recipient, you should not read, disseminate, distribute or copy this e-mail. Any opinion contained in this message are those of the author and are not given or endorsed by BOCHK unless otherwise stated in this message and the authority of the author to so bind BOCHK is duly verified. We do not guarantee that this e-mail is virus-free or secure and are not liable in respect of any delay or omission in the transmission of this message. *********************************************************** ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html

