SET_BUFSPC
(VSAM only.) The SET_BUFSPC keyword specifies the buffer space specification for a data set.
Syntax
SET_BUFSPC=nnnnnnnnnn
Where:
nnnnnnnnnn is an integer (0 - 2147483647).
Default
None.
Environments
ALLOCATE
JCL equivalent
DD DD01 AMP=('BUFSP=128000')
IDCAMS equivalent
DEFINE CLUSTER(BUFFERSPACE(256000) ...)
Related selection criteria
BUFSPC
Example
In the following example, the buffer space specification is 256000:
SET_BUFSPC=256000