5.50 MODEL (STSI model code)

5.50.1 Function

MODEL specifies the model names returned by the STSI instruction. The optional second, third and the
fourth operands specify the capacity model name, the permanent capacity model name and the tempo-
rary capacity model name respectively.

The default model name, if the MODEL system parameter is not coded, is “EMULATOR”.

5.50.2 Syntax

Descriptive

LATOR hdwmod


[ capmod


[prmmod


[tmpmod ]]]

Diagram

¬¬¬§¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬Ê




hdwmod ¬¬¬¬«




¬¬¬¬¬¬¬«






¬¬¬¬¬ * ¬¬¬¬¬¬

ʬ¬¬§¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬§¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬ÊÍ


¬¬¬ ¬¬¬§¬¬¬§¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬«


¬¬¬ capmod ¬¬¬¬«
¬¬ prmmod ¬¬¬§¬¬¬§¬¬¬¬¬¬¬¬¬¬¬¬¬¬«


¬¬¬¬¬¬ ¬¬¬¬¬¬¬«
¬¬¬¬ ¬¬¬¬¬¬« ¬¬¬ tmpmod ¬¬¬«


¬¬¬¬¬¬ * ¬¬¬¬
¬¬¬¬¬ * ¬¬¬ ¬¬¬¬¬ ¬¬¬¬¬¬«








¬¬¬¬¬ * ¬¬¬

5.50.3 Parameter

hdwmodel

This specifies the hardware model name. This can be any name with a maximum
length of 16 characters. Valid characters are A-Z and 0-9. Specifying a “=” resets
the hardware model to “EMULATOR”; specifying an “*” leaves the current hardware
model name intact. If the MODEL system parameter is not specified in the configu-
ration file then the default name is “EMULATOR”.

capmodel

This optional parameter specifies the capacity model name. The capmodel can be
any name with a maximum length of 16 characters. Valid characters are A-Z and 0-
9. Specifying a “=” copies the current hardware model name to the capacity model;
specifying an “*” leaves the current capacity model name intact. The default capa-

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

Previous Page Next Page