> -----Original Message----- > From: IBM Mainframe Discussion List > [mailto:[EMAIL PROTECTED] On Behalf Of Mark Steely > Sent: Tuesday, May 01, 2007 1:02 PM > To: [email protected] > Subject: Couple Datasets > > > Is there a procedure to move these datasets while the system > is active? > Any help would be appreciated. We are z/os V1R7. > > Thank You
Yes, there is.... Oh! You want to know what it is. Create the new COUPLE datasets where you want them to be. Then use the SETXCF command: SETXCF TYPE=...,ACOUPLE=new.couple.dsn2 SETXCF TYPE=...,PSWITCH SETXCF TYPE=...,ACOUPLE=new.couple.dsn1 SETXCF TYPE=...,PSWITCH SETXCF TYPE=...,ACOUPLE=new.couple.dsn2 After the above, new.couple.dsn1 is the primary couple dataset and new.couple.dsn2 is the alternate. Update the appropriate members in PARMLIB as well. -- John McKown Senior Systems Programmer HealthMarkets Keeping the Promise of Affordable Coverage Administrative Services Group Information Technology The information contained in this e-mail message may be privileged and/or confidential. It is for intended addressee(s) only. If you are not the intended recipient, you are hereby notified that any disclosure, reproduction, distribution or other use of this communication is strictly prohibited and could, in certain circumstances, be a criminal offense. If you have received this e-mail in error, please notify the sender by reply and delete this message without copying or disclosing it. ---------------------------------------------------------------------- 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

