Chapter Contents

Previous

Next
FILEBLKSIZE(device-type)=

FILEBLKSIZE(device-type)=


Specifies the default maximum block size for external files

Default: varies by device type
Valid in: configuration file, SAS invocation, OPTIONS statement, OPTIONS window
OS/390 specifics: all


Syntax
Details

Syntax

FILEBLKSIZE(device-type)=value

device-type
specifies any valid specific device number, as well as DASD, DISK, OTHER, SYSOUT, TAPE, and TERM.

DASD or DISK
sets values for the device types 2301, 2303, 2305-1, 2305-2, 2311, 2314, 2321, 3330, 3330-1, 3340, 3350, 3375, 3380, 3390, and 9345.

OTHER
specifies the value that SAS uses when it is unable to determine the exact device type.

SYSOUT
sets values for SYSOUT data sets.

TAPE
sets values for the 2400, 3400, 3480, 3490E, and 3590 device types.

TERM
sets values for data sets directed to the terminal.

value
specifies the default block size. Valid values are

number
specifies the block size that SAS is to use for the device.

OPT
tells SAS to choose an optimum block size for the device.

MAX or FULL
tells SAS to use the maximum permitted block size for the device.

HALF, THIRD, FOURTH, or FIFTH
tells SAS to use the largest value that results in obtaining two, three, four, and five blocks per track, respectively, (if a disk device) or the maximum permitted block size divided by two, three, four, and five, respectively (if not a disk device).

MIN
same as FIFTH above.


Details

Values for FILEBLKSIZE(device-type)= can be in the range of 5-32760.

Default values are as follows:

Device Default
2301 20483
2303 4892
2305-1 14136
2305-2 14660
2311 3625
2314 7294
2321 2000
2400 32760
3330 13030
3330-1 13030
3340 8368
3350 19069
3375 17600
3380 23476
3390 27998
3400 32760
3480 32760
3490E 32760
3590 32760
9345 22928
OTHER 6400
SYSOUT 264
TERM 264


Chapter Contents

Previous

Next

Top of Page

Copyright © 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.