Figure 11 Format of DCOM Operator Messages (Concluded)
The time required for a single compression run varies according to the disk size and its degree of
fragmentation. Subsequent compressions take less time than the first.
Changing the Default Work File Volume
You cannot change the default workfile because DCOM/DSAP has become a native object since
G06.16. In the object files of DSAP and DCOM, the default work file volume name is located at
the beginning of the procedure SELECT^WORK^VOLUME.
In this pre-G06.16 example, the volume name for the DCOM work file is set to $TEMP. The
characters for the volume name must be specified by twos within quotation marks. $TEMP is
specified "$T", "EM", "P), " " (for a total of eight characters).
1> VOLUME $SYSTEM.SYSTEM
2> BIND
@FILE DCOM
@ADD *
@MODIFY CODE SELECT^WORK^VOLUME ASCII 0, "$T","EM","P "," "
@BUILD DCOM!
@EXIT
3> FUP LICENSE DCOM
The FUP LICENSE command is optional, depending on what kind of file security you want. For
information about the FUP LICENSE command, see the File Utility Program (FUP) Reference Manual.
It is necessary to relicense the utility because the BINDER BUILD command removes the old license.
For more information about BINDER, see the Binder Manual.
Changing the Default Work File Volume
89