Pathway/iTS SCUP Reference Manual
Table Of Contents

SCUP Commands
HP NonStop Pathway/iTS SCUP Reference Manual—520269-002
2-17
CONVERT Command
Deployment Environment Section Parameters
The Deployment Environment section contains parameters related to the environment
where the converted application will be deployed. The following table describes each
parameter, its valid values, and its default value. The default value is used if no
configuration file is specified or if that parameter is not specified in the configuration file
Limits Section Parameters
The Limits section contains parameters for configuring maximum values for some of
the OPCODES statements used when converting a program unit. The following table
describes each parameter, its valid range of values, and its default value. The default
value is used if no configuration file is specified or if that parameter is not specified in
the configuration file.
Note. The Deployment Environment section is not currently used by the converter or by
JMAKENV. This section is defined for future use.
Parameter
Name Valid Values Default Value Description
Web root Valid path
name in OSS
format
/usr/tandem/webserver
/root/its
Path name for the root directory
of the web server where the
application is to be deployed.
Parameter Name
Valid
Values
Default
Value Description
SYMBOLS 0 - 32767 5000 Maximum number of symbol information
stored per program unit.
CALLED PROGRAM
UNITS
0 - 32767 500 Maximum number of PROGRAM-IDs
called from a program unit.
CONDITIONAL
OPCODES
0 - 32767 5000 Maximum number of conditional clauses
(IF) in program unit.
DATA ITEMS 0 - 32767 5000 Maximum number of data items per
program unit.
DATA SIZE 0 - 100000 80000 Maximum size for data items within data
items in a program unit.
EXIT PERFORM
OPCODES
0 - 32767 500 Maximum number of EXIT PERFORM
statements in a program unit.
INDEX RESOLVING
OPCODES
0 - 32767 1000 Maximum number of NEW^INDEX^local
statements in a program unit.
GOTO OPCODES 0 - 32767 5000 Maximum number of GOTO statements
in a program unit.
GOTO DEPENDING
OPCODES
0 - 32767 300 Maximum number of GOTO
DEPENDING statements in a program
unit.