Again, I would ask why? What does that buy you? I’m interested to hear the benefits of this?
_______________________________ Dave Jousma Vice President | Director, Platform Engineering Fifth Third Bank | 1830 East Paris Ave, SE | Grand Rapids, MI 49546 From: IBM Mainframe Discussion List <[email protected]> on behalf of Brian Westerman <[email protected]> Date: Thursday, November 20, 2025 at 1:26 AM To: [email protected] <[email protected]> Subject: Re: ZOS SMS Datasets Migration? CAUTION EXTERNAL EMAIL This message came from outside your organization. DO NOT open attachments or click on links from unknown senders or unexpected emails. Report Suspicious<https://us-phishalarm-ewt.proofpoint.com/EWT/v1/MwwqYLOC6b6whF7V!o_OLOd9JbgAAsQR4rDiuVpR7M5OsThjuyOfWKBv2aysp0Hh3o912Ec2yc3tFWGfBHaYhEJ0fwrw155PkWONMOug6Fel0lYUyldkaq02iXqzBKpVQh17mR-jXgg$> I create a new master every time I upgrade to a new VERSION of z/OS (not release, VERSION). I am surprised that the SMS people are making it more difficult than it really needed to be. If the systems are connected (and even if not) you can use SETSMS save... (on the old system) to create new copies of your old datasets in whatever catalog you want based on the HLQ that you use. SETSMS SAVEACDS(new.acds,name) SETSMS SAVESCDS(new.scds.name) Putting the CDSs in a user catalog is a bad idea, but it will work. It's just not something I would ever do. However, assuming your usercats are already connected to the new system, you could save it to a HLQ in one of them, then it would be available on the new system as well. I would still save them to a MASTERCAT HLQ in the end. You could import connect the new master as a usercat to your existing system and also import connect the old master as a user on your new system, that will make the conversion a whole lot easier. Once you are done, you should remember to export disconnect them. Incidentally, your new MASTERcat can have your old USERCATs import connected to them, then it's just a simple matter of redefining the old HLQ's int he new master. There are a couple good utilities that do this all for you on the CBT tape. The entire process would likely take just a few minutes. Let me know if you need more information. Brian ---------------------------------------------------------------------- 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
