A SERVICE OF

logo

ROM-DOS Commands 6-21
MX2A137REFGD Revision A MX2 Reference Guide
FCBS
Type
CONFIG.SYS
Purpose
The FCBS command allows you to specify the number of file control
blocks (FCBs) open at one time.
Syntax
FCBS = number[,minimum number]
Remarks
Number specifies the maximum number of FCBs open at any given time.
The default for this value is 4. The value for number must be in the
range from 1 to 255. The minimum number specifies the minimum
number of FCBs to be open at all times. The minimum number argument
has the same default and range value as the number argument.
Example
Set the maximum number of FCBs to 8 and leave at least 4 open at all
times.
FCBS = 8,4