It's easiest for me to just use the current cluster as a model.

DEF CLUSTER(NAME(new.cluster.name)) -
    MODEL(old.cluster.name)

in the IDCAMS step.

--
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 Micheal Butz
> Sent: Tuesday, March 22, 2011 7:37 AM
> To: [email protected]
> Subject: Re: Copying One DFHCSD file to another
> 
> I guess before I start I have to define the CLUSTER. I see an a  
> example in the CICS transaction server 3.1 which we use where 
> the key  
> is defined ad 22 bytes max recordsize is 2000 am I on the right track
> 
> Sent from my iPhone
> 
> On Mar 22, 2011, at 8:17 AM, "O'Brien, David W. (NIH/CIT) 
> [C]" <[email protected] 
>  > wrote:
> 
> > Michael,
> >
> >  I use the following:
> >
> > //CSDUP    EXEC PGM=DFHCSDUP
> > //STEPLIB   DD  DISP=SHR,DSN=CICSTS32.CICS.SDFHLOAD
> > //          DD  DISP=SHR,DSN=CICSTS32.CPSM.SEYULOAD
> > //DFHCSD    DD  DISP=SHR,DSN=NIH.CICSTS32.PROD.DFHCSD
> > //ORIGCSD   DD  DISP=SHR,DSN=NIH.CICSTS23.PROD.DFHCSD
> > //SYSPRINT  DD  SYSOUT=*
> > //SYSIN     DD  *
> > COPY GROUP(*) TO(*) MERGE FROMCSD(ORIGCSD)
> >
> > David O'Brien
> > NIH Contractor
> >
> >
> > -----Original Message-----
> > From: Micheal Butz [mailto:[email protected]]
> > Sent: Tuesday, March 22, 2011 8:08 AM
> > To: [email protected]
> > Subject: Copying One DFHCSD file to another
> >
> > I am trying to copy one CICS system to another I have gotten
> > everything to work besides the CSD file
> >
> >
> > Would anyone know how to copy this file over
> >
> > Sent from my iPhone
> >
> > 
> ----------------------------------------------------------------------
> > 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
> 
> 

----------------------------------------------------------------------
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

Reply via email to