HP XP P9000 Continuous Access Synchronous for Mainframe Systems User Guide
The following table shows SelectHrcDevice parameters and example values.
ValueParameter
_ilDevAOutput list
_ilDevBDevice list
_slWorkARCU serial number
_ilWorkARCU SSID
NFence level
Synchronous0Copy mode
SuspendedPair status
MDevice attribute
The following example shows the SelectHrcDevice command using values in the preceding
table.
Start $Script="HRC",$Svr="64002"
// $Dev
SetList $D =_ilDevB, $S =
{0x000F00,0x000F01,0x000F02,0x000F03,0x000F04,0x000F05,0x000F06,
0x000F07}
AddList $D =_ilDevB, $S =
{0x000F10,0x000F11,0x000F12,0x000F13,0x000F14,0x000F15,0x000F16,
0x000F17}
AddList $D =_ilDevB, $S =
{0x000F20,0x000F21,0x000F22,0x000F23,0x000F24,0x000F25,0x000F26,
0x000F27}
AddList $D =_ilDevB, $S =
{0x000F30,0x000F31,0x000F32,0x000F33,0x000F34,0x000F35,0x000F36,
0x000F37}AddList $D =_ilDevB, $S =
{0x000F40,0x000F41,0x000F42,0x000F43,0x000F44,0x000F45,0x000F46,
0x000F47}
AddList $D =_ilDevB, $S =
{0x000F50,0x000F51,0x000F52,0x000F53,0x000F54,0x000F55,0x000F56,
0x000F57}
SelectHrcDevice $DevList = _ilDevA, $Dev = _ilDevB,
$Sync = "Synchronous0", $PairStatus = "Suspend"
DeleteHrcPair $Dev = _ilDevA
End
Internal macro commands
The internal macro commands are the connection agents that allow you to connect the functional
macros together and produce a complete and functioning script. The internal macros are divided
into two groups as shown in the following table, list types and non-list types.
DescriptionMacroType
Set (define) a list of items.SetListFor lists
Add items to a list.AddList
Declares the beginning of a script.StartFor non-lists
Declares the end of a script.End
Suspends script execution for the specified length of time.Delay
Executes a script conditionally.If
140 Continuous Access Synchronous Z scripting