SET_LOGSTREAM_ID

(SMS-managed VSAM data sets only.) The SET_LOGSTREAM_ID keyword specifies the name of a logstream data set for an SMS-managed VSAM data set.

Syntax

Read syntax diagramSkip visual syntax diagramSET_LOGSTREAM_ID=logstream_id$DCOC$DCOU

SET_LOGSTREAM_ID=logstream_id|$DCOC|$DCOU

Where:

logstream_id is a string of 1 - 26 characters that name the logstream. Wildcard characters are not permitted.

Default

None.

Environments

ALLOCATE

JCL equivalent

DD01 DD LGSTREAM=PAY.STREAM

IDCAMS equivalent

DEFINE CLUSTER(LOGSTREAMID(PAY.STREAM) ...)

Data class equivalent

Logstream ID

Related selection criteria

LOGSTREAM_ID

Example

In the following example, the name of the logstream data set is PAY.STREAM:

SET_LOGSTREAM_ID=PAY.STREAM