This would work: COPY DS(INC(your.zfs.file)) - DELETE REPLACEU - ALLDATA(*) - SPHERE - ALLX - CATALOG - PURGE
It would redrive your SMS routines based on your DSN rules. Copy the file, recatalog it, and delete the old one. I call it a DSS MOVE. _________________________________________________________________ Dave Jousma Assistant Vice President, Mainframe Services [email protected] 1830 East Paris, Grand Rapids, MIĀ 49546 MD RSCB2H p 616.653.8429 f 616.653.2717 -----Original Message----- From: IBM Mainframe Discussion List [mailto:[email protected]] On Behalf Of Mark Steely Sent: Wednesday, August 29, 2012 5:23 PM To: [email protected] Subject: Re: DFDSS After trying several more things this is what I did: Unloaded the zfs file using IDCAMS repro. Delete the zfs file. Allocated new zfs file using zfsadmin. Reloaded the file using idcams repro. ( Note file must not be formatted) Mount zfs file. Resume processing. Thanks to everyone who responded. This was the easiest way because I didn't want to go through the renaming process. Thank again. -----Original Message----- From: IBM Mainframe Discussion List [mailto:[email protected]] On Behalf Of Mark Steely Sent: Wednesday, August 29, 2012 2:41 PM To: [email protected] Subject: DFDSS We are z/OS v1r13. I am trying to move a ZFS file from a non-sms volume to a sms volume. I am not able to get this to work. I have tried using the bypassacs(**) and have tried using STORCLAS, MGMTCLAS, & STORGRP and all different combinations. I just receive an error message of not being selected. Any help would be appreciated. Control Parms: COPY DATASET( - INCLUDE( - OMVSF.XXXXXX - )) - BYPASSACS(**) - STORCLAS(PRDSTAND) - MGMTCLAS(LOGVOLS) - STORGRP(OMVSVOLP) - CANCELERROR - CATALOG - DELETE PURGE - ALLDATA(*) - ALLEXCP - PROCESS(SYS1,UNDEF) - TGTALLOC(SRC) Error message: ADR101I (R/I)-RI01 (01), TASKID 001 HAS BEEN ASSIGNED TO COMMAND 'COPY ' ADR109I (R/I)-RI01 (01), 2012.242 14:35:03 INITIAL SCAN OF USER CONTROL STATEMENTS COMPLETED ADR825I (001)-SETUP(01), THE FOLLOWING VOLUMES WERE ALLOCATED FOR STORGRP OMVSVOLP: MVSOM3 MVSOM4 MVSOM5 ADR016I (001)-PRIME(01), RACF LOGGING OPTION IN EFFECT FOR THIS TASK ADR006I (001)-STEND(01), 2012.242 14:35:03 EXECUTION BEGINS ADR383W (001)-DDDS (01), DATA SET OMVSF.XXXXXX NOT SELECTED ADR455W (001)-DDDS (03), THE FOLLOWING DATA SETS WERE NOT SUCCESSFULLY PROCESSED OMVSF.XXXXXX ADR470W (001)-DDDS (04), NO DATA SETS SELECTED FOR PROCESSING ADR006I (001)-STEND(02), 2012.242 14:35:03 EXECUTION ENDS ADR013I (001)-CLTSK(01), 2012.242 14:35:03 TASK COMPLETED WITH RETURN CODE 0004 ADR012I (SCH)-DSSU (01), 2012.242 14:35:03 DFSMSDSS PROCESSING COMPLETE. HIGHEST RETURN CODE IS 0004 FROM TASK 001 Thank You ******* CONFIDENTIALITY NOTICE ******* This e-mail message and all attachments transmitted with it may contain legally privileged and confidential information intended solely for the use of the addressee. If the reader of this message is not the intended recipient, you are hereby notified that any reading, dissemination, distribution, copying, or other use of this message or its attachments is strictly prohibited. If you have received this message in error, please notify the sender immediately and delete this message from your system. Thank you. ---------------------------------------------------------------------- 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 This e-mail transmission contains information that is confidential and may be privileged. It is intended only for the addressee(s) named above. If you receive this e-mail in error, please do not read, copy or disseminate it in any manner. If you are not the intended recipient, any disclosure, copying, distribution or use of the contents of this information is prohibited. Please reply to the message immediately by informing the sender that the message was misdirected. After replying, please erase it from your computer system. Your assistance in correcting this error is appreciated. ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
