Glossary

FD (File Description) Clauses:

**RECORDING MODE:** `F` (fixed), `V` (variable), `U` (undefined), `S` (spanned). Most COBOL files use fixed-length records. - **RECORD CONTAINS n CHARACTERS:** Specifies the record length. - **BLOCK CONTAINS 0 RECORDS:** Tells the system to use optimal blocking (0 means "let the system decide"). On

Learn More

Related Terms