FRLOG

(VSAM data sets only.) The FRLOG keyword specifies whether VSAM batch logging was specified for a VSAM data set.

Syntax

Read syntax diagramSkip visual syntax diagramFRLOG =REDONONEUNDOALL$NULL

FRLOG=REDO|NONE|ALL|UNDO|$NULL

Operands

Specify one of the following operands:

REDO
Forward recovery was requested.
NONE
The VSAM batch logging option was not requested.
ALL
Backward and forward recovery was requested.
UNDO
Backward recovery was requested.

Default

None.

Environments

ALLOCATE, EXTEND, and UNALLOCATE.

IDCAMS equivalent

DEFINE CL (FRLOG(REDO) ...)

Data class equivalent

FRlog

Related Enhanced Allocation Management function

SET_FRLOG

Example

FRLOG=REDO