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

5.51 MODPATH (Dynamic load module path)

5.51.1 Function

MODPATH specifies the path where dynamic load modules are loaded from. If a MODPATH statement is
coded then the path on the MODPATH statement is searched before the default path is searched. When
a relative path is specified it is interpreted as a relative path within the default search path. If an absolute
path is coded it is interpreted as such.

The default MODPATH is ‘hercules’ which means modules are loaded from the directory ‘hercules’ within
the default LD_LIBRARY_PATH.

5.51.2 Syntax

Descriptive

path

Diagram

path ¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬ÊÍ

5.51.3 Parameter

path

The path where dynamic load modules are loaded from.

5.51.4 Examples

Example 1:

Set the path from where dynamic load modules are loaded to “D:/HERCULES/MODIFICATIONS”.

MODPATH D:/HERCULES/MODIFICATIONS

Previous Page Next Page