OPTBLKSZ—set optimum block size (used with Allocation)
In general, avoid coding hardcoded values for block size in JCL or program code and let either an SMS data class or the OPTBLKSZ function assign a block size of 0 when you create a new data set. SMS will then assign a block size that is optimal for the device that is being used. Should the data set move to a different device type, SMS can reassign a different block size that is optimal for the new device without the need for JCL or program modifications.
OPTBLKSZ has the following forms:
- Standard—The standard form of OPTBLKSZ is used to override hardcoded block size values that are specified in JCL or programs on newly created data sets.
- Enhanced—The enhanced form of OPTBLKSZ is used to override hardcoded block size values that are specified in JCL or programs on both new and existing data sets. OPTBLKSZ can also be used to change the record format. The enhanced form incurs more overhead than the standard form because of the additional processing that is performed during OPEN processing.
For more information, see:
Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*