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

TrueCopy for z/OS Scripting B-3
Hitachi Universal Storage Platform V TrueCopy for IBM z/OS User’s Guide
Table B-1 Functional Macro Commands for TrueCopy for z/OS
Scripting
TCz Scripting Macro Description
CreateHrcPair Registers a TCz pair or pairs. (StartHrcPair is used to start the initial copy operation.)
SuspendHrcPair Suspends a TCz pair or pairs.
DeleteHrcPair Releases a TCz pair or TCz pairs.
ResumeHrcPair Resynchronizes a TCz pair or TCz pairs. This command must be used with StartHrcPair.
ChangeHrcOption Changes the pair options for a TCz pair or TCz pairs.
StartHrcPair Starts remote copy operations for the new pairs and/or resynchronized pairs specified in the
preceding scripting commands.
GetHrcStatus Displays the status of a TCz pair or TCz pairs.
SelectHrcDevice Searches TCz paired devices.
Table B-2 Internal Macro Commands for TrueCopy for z/OS Scripting
Type Macro Description
For lists
SetList
AddList
Set (define) a list of items.
Add items to a list.
For non-lists
Start
End
Delay
If
EndIf
MakeString
Message
Declares the beginning of a script.
Declares the end of a script.
Suspends script execution for the specified length of time.
Executes a script conditionally.
Terminates a script conditionally.
Makes strings; converts numeric value to character string.
Note: The Message command is not yet supported.