Specifies the size of a SASHDAT file block in bytes, kilobytes, megabytes, or gigabytes.
Category: | Table Control |
Default: | 2M, or the length of the record, whichever is greater |
Data source: | SASHDAT file |
specifies the block size to use in bytes. This is the default value when you do not specify a multiplier. If used, the B must be uppercase.
specifies the block size to use in kilobytes. K is a multiplier and must be specified as uppercase.
specifies the block size to use in megabytes. M is a multiplier and must be specified as uppercase.
specifies the block size to use in gigabytes. G is a multiplier and must be specified as uppercase.
create table hdat.schema1.rent{OPTIONS blocksize=10000} create table hdat.schema1.rent{OPTIONS blocksize=1000 K} create table hdat.schema1.rent{OPTIONS blocksize=1G}