Pathway/iTS SCUP Reference Manual
Table Of Contents

SCUP Commands
HP NonStop Pathway/iTS SCUP Reference Manual—520269-002
2-14
CONVERT Command
Configuration File Format
The configuration file specified in the CONFIGFILE parameter provides default values
that are used by the converter. The file format is similar to that of an .INI file. It has
multiple sections, each consisting of a section heading followed by a list of name-value
pairs, as follows:
"["section-name"]"
is the name of a section of the configuration file, enclosed in square brackets.
The section names to be used are as follows:
[Screen Section]
[Convert Environment]
[Compile Environment]
[Deployment Environment]
[Limits Section]
The names are not case-sensitive; that is, letters in the section names can be any
combination of uppercase and lowercase.
name
is the name of a valid parameter within the specified section of the configuration
file.
value
is a valid value for the specified parameter.
When the CONVERT command is issued, as part of initialization (after syntax checking
is done), the converter reads each section of the configuration file and populates a
corresponding array with the name and value for each parameter. If a parameter is not
specified, the default value is used.
"["section-name"]"
[ name = value ; ]...
"["section-name"]"
[ name = value ; ]...
"["section-name"]"
[ name = value ; ]...
"["section-name"]"
[ name = value ; ]...
Note. The quotation marks around these square brackets show that the brackets are
required characters rather than part of the syntax notation.