SET_FRLOG

(VSAM data sets only.) The SET_FRLOG keyword specifies whether VSAM batch logging should be specified for a VSAM data set.

Syntax

Read syntax diagramSkip visual syntax diagramSET_FRLOG =ALLNONEREDOUNDO$DCOC$DCOU

SET_FRLOG=ALL|NONE|REDO|UNDO|$DCOC|$DCOU

Operands

Specify one of the following operands:

ALL
Both backward and forward recovery should be enabled.
NONE
The VSAM batch logging option should not be performed.
REDO
Forward recovery should be enabled.
UNDO
Backward recovery should be enabled.

Default

None. (This keyword has no default.)

Environments

ALLOCATE

IDCAMS equivalent

DEFINE CL (FRLOG(REDO) ...)

Data class equivalent

FRlog

Related selection criteria

FRLOG

Example

In the following example, forward recovery should be enabled:

SET_FRLOG=REDO