NLBUFF parameter

From m204wiki
Revision as of 13:11, 25 August 2015 by DCameron (talk | contribs) (→‎Description)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Number of CCAJLOG buffers

Summary

Default value
5
Parameter type
System
Where set

Cannot be reset

In z/OS, the NLBUFF parameter can be set explicitly only via the PARM field in the EXEC card. See Specifying EXEC statement parameters.

In z/VM, the NLBUFF parameter is stacked in the EXEC that issues all the FILEDEFs.

Related products
All
Introduced
Model 204 V6.1

Description

The number of buffers allocated for writing to CCAJLOG when a CCAJLOG DD is defined. The size of each buffer is equal to the BLKSIZE defined for the associated data set. A buffer is written only when it fills.

If the CCAJLOG block size is small, you might need to increase the value to improve performance. Rocket Software recommends setting the CCAJLOG block size as large as possible and using the NLBUFF default setting.