Content deleted Content added
Peter Flass (talk | contribs) |
Peter Flass (talk | contribs) |
||
Line 51:
Records are usually called ''items'' in CMS terminology. CMS files can have either ''fixed'' or ''variable'' record format; record types may not be mixed in a file. For fixed-length records the length is defined by FSTLRECL, and the ___location of any fixed-length record can be computed by (item_number-1) * record_length/800. The quotient will be the block number and the remainder will be the offset of the item in the block. Variable-length records have a maximum length of FSTLRECL bytes, and are preceded by a two-byte record length field indicating the actual length.
An enhancement to the original CMS file system in [[z/VM]], called ''Enhanced Disk Format'' (EDF), allows larger files by
==References==
|