Pathway/iTS SCUP Reference Manual
Table Of Contents

SCUP Commands
HP NonStop Pathway/iTS SCUP Reference Manual—520269-002
2-27
DELETE Command
TEST (4) TEST (2)
TEST (5) TEST (3)
The following example copies the latest versions of program TEST into FILE2.
COPY file1(*), file2
$MKT.OLDSV.FILE1 COPY TO $MKT.OLDSV.FILE2
EXTENTS: DIR(00016,00032) COD(00032,00064) SYM(00032,000128)
TEST1 (2) TEST1 (1)
TEST3 (1) TEST3 (1)
TEST7 (2) TEST7 (1)
DELETE Command
The DELETE command removes programs from the SCREEN COBOL object file
directory; the code and symbol table file space is not reclaimed. Issue the
COMPRESS command after the delete operation to reclaim this space.
file-name
is a SCREEN COBOL object file name.
If this parameter is omitted, the file specified in the FILE command is used.
(program-name)
is a SCREEN COBOL program name. The program name can be a single
program name or several program names separated by commas.
(*)
is all program names in the object file.
(version)
is the version of a specified program name. Version can be any of the following:
If the version parameter is omitted, the latest version of a program is used.
The DELETE command does not reorder or change the version numbers of the
remaining programs in the object file. If the latest version of a program is deleted, the
DELETE [ SCOBOL-OBJECT ] [ file-name ]
{ ( program-name [ ( version ) ] }
{ [ , program-name [ ( version ) ] ] ... ) }
{ }
{ ( * [ ( version ) ] ) }
integer a single version of a program
* all versions of a program
+ all but the latest version of a program