The COMMON statement defines a named, shared storage area called a COMMON block or program section (PSECT). BASIC program modules can access the values stored in the COMMON by specifying a COMMON with the same name. Example COMMON (sales_rec) DECIMAL net_sales (1975 TO 1985)