Hitachi TrueCopy for IBM z/OS User and Reference Guide (T5211-96001, June 2007)

B-12 TrueCopy for z/OS Scripting
Hitachi Universal Storage Platform V TrueCopy for IBM z/OS User’s Guide
Figure B-2 provides an example of the pair macro commands needed to
release the specified pair with release mode = normal.
Start $Script="HRC",$Svr="CU-Name"
// $Dev
SetList $D =_ilDevA, $S = {0x000800,0x000901,0x000A02}
AddList $D =_ilDevA, $S = {0x000B03,0x000C04,0x000D05,0x000E06}
// $DelMode
SetList $D = _ilWorkA, $S = {0, 1, 0}
DeleteHrcPair $Dev = _ilDevA, $DelMode = _ilWorkA
DeleteHrcPair $Dev = 0x124C, $DelRange = "Group"
End
Figure B-2 Example of DeleteHrcPair Command