SET_EATTR

The SET_EATTR keyword specifies the Extended Attributes for a VSAM cluster or non-VSAM data set.

Syntax

Read syntax diagramSkip visual syntax diagramSET_EATTR=NOOPT$NULL$DCOU$DCOC

SET_EATTR=NO|OPT|$NULL|$DCOU|$DCOC

Note: For non-VSAM data sets, the $NULL and $DCOU options are not supported. If you specify $NULL and $DCOU for non-VSAM data sets, they are ignored.

Operands

NO
Set Extended Attributes to NO for the data set.
OPT
Set Extended Attributes to OPT (Optional) for the data set.

Default

None.

Environments

ALLOCATE

JCL equivalent

DD01 DD EATTR=OPT,...

IDCAMS equivalent

DEFINE CLUSTER(EATTR(OPT)...)

Data class equivalent

EATTR

Related selection criteria

EATTR

Example

In the following example, Extended Attributes is set to OPT:

SET_EATTR=OPT