BUFSPC
(VSAM only.) The BUFSPC keyword specifies the defined buffer space specification for a data set.
Syntax
BUFSPC=(nnnnnnnnnn,op)
Where:
nnnnnnnnnn is an integer (0 - 2147483647).
Default
None.
Environments
ALLOCATE, EXTEND, and UNALLOCATE.
JCL equivalent
DD DD01 AMP=('BUFSP=128000')
IDCAMS equivalent
DEFINE CLUSTER(BUFFERSPACE(256000) ...)
Related Enhanced Allocation Management function
SET_BUFSPC
Example
BUFSPC=128000