Hitachi TrueCopy for IBM z/OS User and Reference Guide (T5211-96001, June 2007)
TrueCopy for z/OS Scripting B-27
Hitachi Universal Storage Platform V TrueCopy for IBM z/OS User’s Guide
SetList
The SetList command allows you to assign specific items to a list. The format
of the SetList command is: SetList $D= output list,$S=expression(attribute
of the items to be assigned to the list with a numeric range of 0x0000 to
0xffff). For example, to set 0, 1, 2, 0x1e, and 0x1f to be displayed in the Dev
(Device) B list the command would be:
SetList $D=ilDevB,$S={0,1,2,0x1e,0x1f}
Start
The Start command allows you to declare the beginning of a script and check
to verify that the controller name matched the connected controller. When
using the Start command, several conditions must be met. The Start
command must be described on the first line of the script. The Start
statement cannot include a comment statement, an empty statement or a
blank statement. The Start statement must appear at the beginning of every
script. If the controller name does not match the connected controller, an error
will occur and the script will be aborted. The format of the Start command is:
Start $Script=“HRC”,$Svr= controller name. For example, to start a script
for a controller named Training USP V the command would be:
Start $Script=“HRC”,$Svr=“Training USP V”
Note: The controller name check is not available in this version. Therefore, the
contents of the $Svr does not affect the script file execution.