Get Information About Files

Examples of getting information about the files.

To return header information for the first file on the tape:
1> load database personnel from "\\.\TAPE0" 
2> with headeronly
3> go
To return header information for the file personnel9229510945:
1> load database personnel from "\\.\TAPE0"
2> with headeronly, file = "personnel9229510945"
3> go