DIRECT
PURPOSE:
To define a DIRECT file.
STATEMENT SYNTAX:
{stno} DIRECT fname,keysize,records,recsize,disk#{,ERR=stno}
where:
fname = Any valid filename
keysize = maximum size of the key (max is 120).
records = expected maximum number of records to be contained in this file.
recsize = the size of each record in the file(max 8192).
disk# = the number associated with the directory into which this file is to be created
EXAMPLE:
0100 DIRECT "FILEX",10,100,100,3,ERR=9000
DIRECT F$,45,100000,256,-1