SET_PQTY_DATA
(VSAM data sets only.) The SET_PQTY_DATA keyword specifies the primary quantity value to be assigned to the data component of a VSAM data set.
Syntax
SET_PQTY_DATA=nnnnnnnn | $NULL
Where:
nnnnnnnn is an integer (0 - 16777215) that specifies the requested primary allocation quantity for the data component in the requested allocation units.
Default
None.
Environments
ALLOCATE
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 selection criteria
PQTY_DATA
Example
In the following example, the primary quantity value is 2048:
SET_PQTY_DATA=2048