| Introduction | MTB Statements | File System | Compiler | Applications | Reference Guide | Index |
| Language Structure | Data Division | I/O Format Division | Procedure Division | Mnemonics |
| Overview | Variable Names | Variable Types | Variable Length | Variable Classification | Data Division Statements | System Variables |
Common variables must be defined in the same order and with the same length (and precision) in all programs that share the data. They do not have to have the same variable names in separate programs, though; they just need to be mapped in the same order and with the same size.
See the LOCAL and COMMON statements for more information.
Also see: