Pathway/iTS SCUP Reference Manual
Table Of Contents

SCUP Commands
HP NonStop Pathway/iTS SCUP Reference Manual—520269-002
2-18
CONVERT Command
Example Configuration File
The following is an example of a configuration file that changes some of the default
parameters used by the converter. The converter uses default values for the omitted
parameters: the display font size will be 12 and the compile environment operating
system will be the NonStop Kernel.
[Screen Section]
Background = background.gif;
Foreground = Black;
Font Type = Times Roman;
Font Size = 14;
[Convert Environment]
Java Location = \system.$java.appa;
HTML Location = \system.$html.appa;
[Compile Environment]
[Deployment Environment]
Web Root = /usr/webserver/root;
[Limits Section]
SYMBOLS = 8000;
CONDITIONAL OPCODES = 5;
ON ERROR CLAUSES 0 - 32767 500 Maximum number of ON-ERROR clause
count in a program unit.
OVERLAY AREAS 0 - 32767 1000 Maximum number of overlay areas per
program unit.
PARAGRAPHS 0 - 32767 1000 Maximum number of paragraphs per
program unit.
PERFORM
DEPENDING
OPCODES
0 - 32767 300 Maximum number of PERFORM
DEPENDING statements in a program
unit.
REDEFINES 0 - 32767 1000 Maximum number of REDEFINES and
RENAMES in a program unit.
SCREENS 0 - 32767 100 Maximum number of base and overlay
screens per program unit.
SCREEN FIELDS 0 - 32767 2500 Maximum number of screen field
descriptors per program unit.
SEND OPCODES 0 - 32767 500 Maximum number of SEND statements
in a program unit.
TRANSFORM
STATEMENTS
0 - 32767 100 Maximum number of TRANSFORM
statements in a program unit.
Parameter Name
Valid
Values
Default
Value Description