DELBFID is a program to delete a file by file-id. This may be useful if you need to delete a "lost" file, and don't want to run ANALYZE/DISK/REPAIR. The syntax to run the program is:   $ DELBFID/FID=n1/SEQ=n2 [device]  where "n1" is the file-id number, "n2" is the file sequence number, and "device" is the disk that the file resides on. If you omit the "device" parameter, it defualts to SYS$DISK. There is no default for "n1" or "n2". Note that if the file is actually in a directory, the directory entry is not removed (but the file is deleted).