Previous Topic: EXO | NOEXONext Topic: HSM | NOHSM


FVROUT

The FVROUT parameter provides backup file processing options and backup to two files.

Syntax

FVROUT

►►─┬─────────────────────────────────────┬────────────────────────────────────►◄
   └─ FVROUT= ─┬─ ddname ──────────────┬─┘
               ├─ DUAL ────────────────┤
               ├─ DUAL= ─┬─ ddname1 ─┬─┤
               │         └─ ddname2 ─┘ │
               └─ DUMMY ───────────────┘

Operands

The following table explains the operands for the FVROUT parameter:

Operand

Explanation

ddname

Output DDname for a single file export.

DUAL=ddname1/ddname2

Dual export to two output DDnames.

DUAL

Dual export using default DDnames of FVROUT0 and FVROUT1.

DUMMY

No export. Used to scan clusters quickly for structural error.

Usage Rule

If FVROUT is omitted, a single file export to FVROUT0 is the default. For a DUAL EXPORT, FVROUT0 and FVROUT1 are used.

Note: For users of previous versions of CA FAVER -- You are encouraged to use the FVROUT parameter as documented. However, the TAPE, TAPE0, and TAPE1 parameters are still supported. If you use any of the following statements, you should update them as listed in the following table:

If you use:

Change to:

FVROUT=TAPE

FVROUT=FVROUT0

FVROUT=TAPE0

FVROUT=FVROUT0

FVROUT=TAPE1

FVROUT=FVROUT1