SQTY_DATA
(VSAM data sets only.) The SQTY_DATA keyword specifies the secondary quantity value that is assigned to the data component of a VSAM data set.
Syntax
SQTY_DATA=(nnnnnnnn,op)
Where:
nnnnnnnn is an integer (0 - 16777215) that specifies the requested secondary allocation quantity for the data component in the requested allocation units.
Default
None.
Environments
ALLOCATE, EXTEND, and UNALLOCATE.
IDCAMS equivalent
DEFINE CLUSTER(...) DATA(CYLINDERS(... 1) ....)
DEFINE CLUSTER(...) DATA(TRACKS(... 1) ....)
DEFINE CLUSTER(...) DATA(RECORDS(... 1000) ....)
DEFINE CLUSTER(...) DATA(MEGABYTES(... 2) ....)
DEFINE CLUSTER(...) DATA(KILOBYTES(... 2048) ...)
Related Enhanced Allocation Management function
SET_SQTY_DATA
Example
SQTY_DATA=1000