z/OS UNIX System Services Planning
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Updating COUPLExx to define the z/OS UNIX CDS to XCF

z/OS UNIX System Services Planning
GA32-0884-00

Update the active COUPLExx parmlib member to define a primary and alternate z/OS® UNIX couple data sets to XCF. Place the primary and alternate couple data sets on separate volumes. (The sample JCL in Creating a couple data set (CDS) shows the primary CDS on volume 3390x1 and the secondary CDS on 3390x2.)

Figure 1 shows the COUPLExx parmlib member; statements that define the CDS are in bold.

Figure 1. COUPLExx parmlib member
/* For all systems in any combination, up to an eightway  */
COUPLE INTERVAL(60)                    /* 1 minute */
   OPNOTIFY(60)                        /* 1 minute */
   SYSPLEX(PLEX1)                      /* SYSPLEX NAME*/
   PCOUPLE(SYS1.PCOUPLE,CPLPKP)        /* COUPLE DS */
   ACOUPLE(SYS1.ACOUPLE,CPLPKA)        /* ALTERNATE DS*/
   MAXMSG(750)
   RETRY(10)
DATA TYPE(CFRM)
   PCOUPLE(SYS1.PFUNCT.CTTEST,FDSPKP)
   ACOUPLE(SYS1.AFUNCT.CTTEST,FDSPKA)
DATA TYPE(BPXMCDS)
   PCOUPLE(SYS1.OMVS.CDS01,3390x1)
   ACOUPLE(SYS1.OMVS.CDS02,3390x2)
/* CTC DEFINITIONS: ALL SYSTEMS  */
PATHOUT DEVICE(8E0)
PATHIN DEVICE(CEF)
 

The MVS™ operator commands (DISPLAY XCF, SETXCF, DUMP, CONFIG, and VARY) enable the operator to manage the z/OS UNIX CDS.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014