BLKSIZE (FTP client and server) statement

Use the BLKSIZE statement to specify the block size of newly allocated data sets.

Server
This setting applies when creating files on the server's system (for example, with a PUT subcommand).
Client
This setting applies when creating files on the client's system (for example, with a GET subcommand).

Syntax

Read syntax diagramSkip visual syntax diagram
   .-BLKSIZE 6233------.   
>>-+-------------------+---------------------------------------><
   '-BLKSIZE--+------+-'   
              '-size-'     

Parameters

size
Specifies the block size of newly allocated data sets. The valid range is 0 - 32 760. Specifying no value, or a value of 0 for block size, allows the block size from a model DCB data set or SMS dataclass to be used. The default block size is 6 233.

Examples

Set block size to 6 144 bytes:
BLKSIZE 6144
Allow the block size from a model DCB data set or SMS dataclass to be used:
BLKSIZE 

Usage notes

Related topics