Pathway/iTS SCUP Reference Manual

SCUP Commands
HP NonStop Pathway/iTS SCUP Reference Manual520269-002
2-11
CONVERT Command
file-name
is the first four characters of the SCREEN COBOL object-file name.
If this parameter is omitted, the currently opened file is used. (The currently
opened file is the last file specified in the FILE command.) If this parameter is
omitted and a file has not previously been opened through the FILE command, the
converter searches for a file named POBJCOD in the current volume and
subvolume. If such a file is not found, the converter generates an error.
pobj-spec
identifies specific programs to be converted within the object file specified in
file-name. It consists of a list of one or more prog-names, separated by
commas. Items within the prog-name syntax are defined as follows:
program-id
is a SCREEN COBOL program name specified in a PROGRAM-ID paragraph.
*
specifies all program IDs (SCREEN COBOL program names) in the object file.
version
is the version of the specified program ID or of all program IDs. If present, the
value must be an integer identifying a single version number; the * and +
options for version are not valid in the CONVERT command. If version is
omitted, the latest version is used.
If pobj-spec is omitted, the converter converts the latest version of all the
program IDs contained in the object file specified by file-name.
CONVERT [ SCOBOL-OBJECT ] [ file-name ]
[ , pobj-spec ]
, INITPROG program-id
[ , CONFIGFILE config-file ]
[ , APPNAME app-name ]
[ , JAVAVOL [\system.]$volume.subvol ]
[ , HTMLVOL [\system.]$volume.subvol ]
[ , CHARSET SJIS ]
pobj-spec is:
prog-name [ , prog-name ]...
prog-name is:
( { program-id } [ ( version ) ] )
{ * }