|
DataMuseum.dkPresents historical artifacts from the history of: CP/M |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about CP/M Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - download
Length: 768 (0x300) Types: TextFile Names: »FCB.DCL«
└─⟦811637d18⟧ Bits:30005383 Microsoft COBOL-80 v4.01 └─ ⟦this⟧ »FCB.DCL«
2 name1, 3 drive fixed(7), /* drive number */ 3 fname char(8), /* file name */ 3 ftype char(3), /* file type */ 3 fext fixed(7), /* file extent */ 3 space (3) bit(8),/* filler */ 2 name2, /* used in rename */ 3 drive2 fixed(7), 3 fname2 char(8), 3 ftype2 char(3), 3 fext2 fixed(7), 3 space2 (3) bit(8), 2 crec fixed(7), /* current record */ 2 rrec fixed(15), /* random record */ 2 rovf fixed(7); /* random rec overflow */ «eof»