On Wed, 29 Apr 2009 14:12:55 -0400, John Kelly
<[email protected]> wrote:

>We are a monoplex but CICS uses LOGR for DASD only SYSOUTs. Last time that
>I moved these CDSs, I got bit. I think (memory is a terrible thing to
>lose) that DSS wouldn't allow them to be moved, hence reinit and CICS
>startup changes. Has anyone had any luck moving these CDSs to a different
>volume and having the data stay in tack?
>
>Jack Kelly
>202-502-2390 (Office)
>

I've never tried to move a CDS at all. I always did:

create TEMP cds

SETXCF COUPLE,TYPE=LOGR,ACOUPLE=temp

delete alternate couple

SETXCF COUPLE,TYPE=LOGR,PSWITCH

recreate alternate couple

SETXCF COUPLE,TYPE=LOGR,ACOUPLE=new.acouple

SETXCF COUPLE,TYPE=LOGR,PSWITCH

delete primary couple

recreate primary couple

SETXCF COUPLE,TYPE=LOGR,ACOUPLE=new.pcouple

SETXCF COUPLE,TYPE=LOGR,PSWITCH

SETXCF COUPLE,TYPE=LOGR,ACOUPLE=new.acouple

delete temp couple

now new.pcouple is the primary and new.acouple is the alternate and both
have the original names.

--
John

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