Hitachi TrueCopy (TM) for Mainframe User Guide: HP XP24000 Disk Array, HP XP20000 Disk Array (T5211-96014, May 2011)

Table 83 Work Variables
Description and Storage
Type
TypeVariable
Stores the device number list.
Expression: _ilDevA,
_ilDevB, _ilDevC
Numeric_ilDEVList Type
Stores the priority number
list.
Expression: _ilPriorityA,
_ilPriorityB, _ilPriorityC
Numeric_ilPriority
Stores any 16-bit numeric
values.
Expression: _ilWorkA,
_ilWorkB, _ilWorkC
_ilWorkD, _ilWorkE,
_ilWorkF
Numeric_ilWork
Stores any strings.
Expression: _slWorkA,
_slWorkB, _slWorkC,
_slWorkD, _slWorkE,
_slWorkF
String_slWork
Stores any 16-bit numeric
value.
Expression: _iNumA,
_iNumB, _iNumC, _iNumD,
_iNumE, _iNumF
Numeric_iNumNon-List Type
Stores any string.
Expression: _sMsgA,
_sMsgB, _sMsgC, _sMsgD,
_sMsgE, _sMsgF
String_sMsg
Reserved Variables
Reserved variables include result variables (that is, result of macro execution) and status variables
(For example, pair status of specified volume). The reserved variables are for reference use only.
Reserved Result Variables
When a functional macro is executed (for example, CreateHrcPair), a result value (_Result) is issued.
“Result Statement Format” (page 244) illustrates the result statement format, and “Reserved Result
Variables” (page 244) lists and defines the valid result values. When a new macro is initiated, the
result value automatically resets to 0x0000. The functional macro executes on the specified number
of devices. If the macro does not satisfy the execution condition, a conditional error occurs. If a
conditional error is found, the result value is OR'ed with 0x1000, and the macro is logged in the
error and macro trace files. If the return value of the API (application program interface) is not 0,
an API error occurs. If an API error occurs, the result value is OR'ed with 0x0100, and the macro
is logged in the error and macro trace files.
Reserved Variables 243