Why? SMPPTS1..99 is a logical extention to SMPPTS and is how the SMP/E people got around the restriction that a PDS cannot span multiple volumes. NO need to copy the current SMPPTS contents at all. Allocate it to SMPPTS like at present and allocate the new one to SMPPTS1. If SMPPTS is full, SMP/E will automagically spill over to SMPPTS1. And, from my experience, you could eve put the old DSN on SMPPTS1, the new DSN on SMPPTS and avoid the "spill over". SMP/E will search each SMPPTSn DD, in numeric order, looking for the appropriate member. Why do this? To avoid the overhead of trying to add new members to the full SMPPTS dataset. Do it my way and new members go to the new DSN on SMPPTS and, if necessary, SMP/E will search SMPPTS1 for older members. It doesn't really seem to matter.
-- John McKown Systems Engineer IV IT Administrative Services Group HealthMarkets(r) 9151 Boulevard 26 * N. Richland Hills * TX 76010 (817) 255-3225 phone * [email protected] * www.HealthMarkets.com Confidentiality Notice: This e-mail message may contain confidential or proprietary information. If you are not the intended recipient, please contact the sender by reply e-mail and destroy all copies of the original message. HealthMarkets(r) is the brand name for products underwritten and issued by the insurance subsidiaries of HealthMarkets, Inc. -The Chesapeake Life Insurance Company(r), Mid-West National Life Insurance Company of TennesseeSM and The MEGA Life and Health Insurance Company.SM > -----Original Message----- > From: IBM Mainframe Discussion List > [mailto:[email protected]] On Behalf Of Ed Gould > Sent: Monday, July 25, 2011 11:31 AM > To: [email protected] > Subject: Re: SMPPTS Dataset > > Do not forget to copy the contents from your old to the new dataset. > > Ed > > Sent from my iPad > > On Jul 25, 2011, at 2:48 AM, Walter Marguccio > <[email protected]> wrote: > > >> Can you please help me to create SMPPTS spill dataset, > > > >> as my current SMPPTS dataset has no space. > > > > Allocate a dataset with the same characteristics as your SMPPTS > > and call it i.e. "yourhlq.SMPPTS1". Then, add a DDDEF named SMPPTS1 > > to your global, target and DLIB zones which points to the > newly created > > dataset. > > > > > > Walter Marguccio > > z/OS Systems Programmer > > BELENUS LOB Informatic GmbH > > Munich - Germany > > > > > > > ---------------------------------------------------------------------- > > 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 > > ---------------------------------------------------------------------- > 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 > > ---------------------------------------------------------------------- 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

