city model name is “EMULATOR”.
prmmodel
This specifies the permanent capacity model name. The prmmodel can be any
name with a maximum length of 16 characters. Valid characters are A-Z and 0-9.
Specifying a “=” copies the current capacity model name to the permanent capacity
model; specifying an “*” leaves the current permanent capacity model name intact.
The default permanent capacity model name is a null string.
tmpmodel
This specifies the temporary capacity model name. The tmpmodel can be any
name with a maximum length of 16 characters. Valid characters are A-Z and 0-9.
Specifying a “=” copies the current permanent capacity model name to the tempo-
rary capacity model; specifying an “*” leaves the current temporary capacity model
name intact. The default temporary capacity model name is a null string.
5.50.4 Examples
Example 1:
Set the model name returned by the STSI instruction to “EMULATOR”.
MODEL EMULATOR
Example 2:
Set all model names returned by the STSI instruction to “EMULATOR”.
MODEL EMULATOR EMULATOR EMULATOR EMULATOR
or
MODEL EMULATOR = = =
Example 3:
Set all capacity model names returned by the STSI instruction to “HERCULES”, but leave the hardware
model name as is.
MODEL * HERCULES HERCULES HERCULES