GETFILEOPS | IGNOREFILEOPS
Valid for
Extract, Replicat
Description
Use GETFILEOPS
or IGNOREFILEOPS
to include or exclude file-level operations in the current EXTFILE
. IGNOREFILEOPS
remains in effect until GETFILEOPS
is entered. Once entered, GETFILEOPS
remains in effect until IGNOREFILEOPS
is entered.
File-level operations that are included or excluded are CREATE
, ALTER
, PURGE
, PURGEDATA
, RENAME
and some SETMODE
, CONTROL
and file label change operations. You must specify GETFILEOPS
to extract bulk I/O records. When extracting from the TMF audit trail, only CREATE
and PURGE
records are available. For CREATE
operations on audited files, Extract needs the file on disk to extract the record.
To implement GETFILEOPS
or IGNOREFILEOPS
, specify the desired parameter on one line, followed by the operation to include or exclude as shown in the syntax.
Using GETFILEOPS
turns on the following values:
GETPURGES GETPURGEDATAS GETRENAMES GETALTERS GETCREATES GETCHANGELABELS GETSETMODES GETUNSTRUCTOPS GETCLOSES
Default
IGNOREFILEOPS
Syntax
GETFILEOPSoperation
| IGNOREFILEOPSoperation