>From IBM's "z/OS V1Rn.n DFSMS Access Methods Services for Catalogs"
under "DEFINE CLUSTER", you will find the following example:
14.3.9 Define a VSAM Volume Data Set: Example 9
In this example, a VVDS is explicitly defined. The cluster is named using the
restricted VVDS name format 'SYS1.VVDS.Vvolser'.
//DEFCLU8 JOB ...
//STEP1 EXEC PGM=IDCAMS
//SYSPRINT DD SYSOUT=A
//SYSIN DD *
DEFINE CLUSTER -
(NAME(SYS1.VVDS.VVSER03) -
VOLUMES(VSER03) -
NONINDEXED -
CYLINDERS(1 1)) -
CATALOG(USERCAT4)
/*
Regards,
Tony
--
Tony Brown
DINO Software Corporation
http://www.dino-software.com/
----------------------------------------------------------------------
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