VCOUNT (FTP client and server) statement

Use the VCOUNT statement to set the volume count for new data set allocations when writing to tapes.

Server
This setting applies when creating data sets on the server's system.
Client
This setting applies when creating data sets on the client's system.

Syntax

Read syntax diagramSkip visual syntax diagram
           .-59-----------.   
>>-VCOUNT--+--------------+------------------------------------><
           '-volume-count-'   

Parameters

volume-count
Valid values are integers from 1 - 255 (inclusive). The default value is 59.

Examples

To allow multiple volumes for data set allocation, use the following code:
VCOUNT 2  
VOLUME (WRKLB1,WRKLB2) 

Usage notes

Related topics