Pathway/iTS SCUP Reference Manual
Table Of Contents

Introduction to SCUP
HP NonStop Pathway/iTS SCUP Reference Manual—520269-002
1-6
Compressing Programs
Compressing Programs
The space occupied by a deleted version of a program remains part of the code file.
The space occupied by an associated symbol table remains part of the symbol table
file. You can use SCUP to reclaim the space left by the deleted programs and symbol
tables. SCUP rewrites the code and symbol table files to pack the programs together.
SCUP preserves the access flag of the program, but renumbers the program versions
starting with version 1.
Figure 1-4 is an example of a code file and a symbol table file before and after
compression.
Figure 1-3. Code and Directory Files With Deleted Programs
Code for
A(1)
MANUFCOD
MANUFDIR
MANUFSYM
Symbol Table
for C(1)
Symbol Table
for C(2)
Deleted
Deleted
Code for
C(1)
Code for
A(2)
Code for
A(4)
Code for
A(3)
Code for
C(2)
Code for
B(3)
Code for
B(1)
Code for
B(2)
A(1) A(2) A(3) A(4) B(1) B(3)
C(2)
SYM
ON ON ON OFF ON OFF ON
VST003.vsd