FUP Overview
File Utility Program (FUP) Reference Manual—523323-014
1-9
Fileset-list Parameter
If a list file does not exist, FUP creates it as an EDIT file with a maximum record length
of 132 characters.
If a list file does exist, FUP appends output to it.
If the list file is an unstructured disk file, each of its records is 132 characters long, and
any partial lines are blank-filled to column 132.
You can specify a SPOOL DEFINE for listfile. For a description of using a SPOOL
DEFINE, see Using DEFINEs With FUP on page 1-21.
If you enter only a partial file name, FUP expands it using the current default node,
volume, and subvolume names.
Fileset-list Parameter
The fileset-list parameter refers to one or more file sets. It can contain up to ten
different sets of files enclosed in parentheses. The form for fileset-list is:
Fileset-list Examples
ï‚·
To specify the files MYFILE, MYSRC, and MYOBJ in the current default subvolume
on the current default volume:
(MYFILE, MYSRC, MYOBJ)
ï‚·
To specify all files in the current default subvolume and all files in all the
subvolumes on the volume $VOL1:
(*, $VOL1.*.*)
ï‚·
To specify all files in all subvolumes on the current default volume and all files on
the volume $VOL2:
(*.*, $VOL2.*.*)
Fileset Parameter
The fileset parameter refers to a set of files. It can be one file, all the files in a
subvolume, all the files on a volume, a subset specified by the wild-card option, or a
subset produced by a qualified file set. The file or files can be fully qualified or can
include wild cards or qualifiers. The form for fileset is:
{ fileset | ( fileset [ , fileset ] ... ) }
fileset is:
[[[ \node.] $volume. ] subvolume. ] file-id [ qualified-expr
]
[[[ \node.] $volume. ] subvolume. ] file-id [ qualified-expr
]