The !FILES keyword is followed by names of files to include in the dynamic dump or rollback. This must be the next to last keyword in the script file and it takes no arguments.
Filenames must begin following the !FILES keyword line with one line for each file. File names should not be listed on the same line as the !FILES keyword. The !END keyword terminates the list of files on a single line.
We strongly suggest that FAIRCOM.FCS be included in your list.
Members of a superfile cannot be individually “dumped.” The entire superfile must be dumped; that is, the name of the host superfile, not a superfile member, is placed in the list of files.
The * and ? wildcards are supported.
See !RECURSE for other options.
NOTE: Dynamic dump supports cloning a data file. This means that an empty copy of the data file is backed up. To use this feature, precede the file name with the text <clone>. Here's an example showing myfile.dat being cloned and all files matching the wildcard cust*.dat being cloned (thedata.dat is a full backup):
!FILES
<clone>myfile.dat
<clone>cust*.dat
thedata.dat
!END
See also: