Specifies the OpenVMS RMS bucket size (the number of 512-byte blocks per bucket) for the output file. Used with relative and indexed-sequential output disk files for optimization. Format output-file-spec/BUCKET_SIZE=n
1 – Qualifier Value
n Specifies the bucket size. A value of 1 to 32 is allowed.
2 – Full Description
Use the /BUCKET_SIZE qualifier with relative and indexed- sequential output disk files to specify OpenVMS RMS bucket size (the number of 512-byte blocks per bucket). If the output file organization is the same as for the input files, the default value is the same as the first input file bucket size. If output file organization is different, the default value is 1. The maximum number of blocks per bucket is 32.
3 – Example
$ SORT/KEY=(POS:1,SIZ:80) STATS1.DAT,STATS2.DAT - _$ SUMMARY.LIS/BUCKET_SIZE=16/RELATIVE This SORT command results in the output file SUMMARY.LIS that has a bucket size of 16 with relative organization.