SQTY

The SQTY keyword specifies the secondary quantity value that is assigned to the data set.

Syntax

Read syntax diagramSkip visual syntax diagramSQTY=( nnnnnnnn,op)

SQTY=(nnnnnnnn,op)

Where:

nnnnnnnn is an integer (0 - 16777215) that specifies the requested secondary quantity.

Default

None.

Environments

ACS, ALLOCATE, EXTEND, UNALLOCATE, STOW, and CATCHECK.

JCL equivalent

DD01 DD SPACE=(...,(,2))

IDCAMS equivalent

DEFINE CLUSTER(CYLINDERS(... 1) ....)
DEFINE CLUSTER(TRACKS(... 1) ....)
DEFINE CLUSTER(RECORDS(... 1000) ....)
DEFINE CLUSTER(MEGABYTES(... 2) ....)
DEFINE CLUSTER(KILOBYTES(... 2048) ...)

Related Enhanced Allocation Management function

SET_SQTY

Example

SQTY=2048