The following table describes the PPRCOPY DELPAIR command parameters for deleting pairs.
|
Parameters |
Value |
Description |
|---|---|---|
|
DDNAME, SYSNAME, or UNITADDRESS |
DDNAME = dname SYSNAME = sysxxx UNITADDRESS = ccuu |
Only one of the three parameters can be specified. The italic term is the arbitrary name, where dname is the JCL statement identifying the volume, sysxxx is the SYSNAME of the ASSGN system control statement, and ccuu is the device number. |
|
PRI |
Primary volume: SSID, serial number, channel connection address |
To delete all pairs in a CTG, set this parameter to MAnn0, where nn is the CTG ID. You must use these parameters to successfully run the command. |
|
SEC |
Secondary volume: SSID, serial number, channel connection address |
NA |
|
LSS |
P-VOL or S-VOL CU number |
NA |
The following is an example of using the PPRCOPY DELPAIR command to delete pairs:
//SIICKEST JOB // EXEC PGM=ICKDSF //SYSPRINT DD SYSOUT=* //SYSIN DD * PPRCOPY DELPAIR UNIT(3E00) PRI(X'00C6' 00002 X'00') - SEC(X'00C6' 00002 X'01') LSS(X'C6' X'C6')