Definitions for "Common block"
A storage area that may be referred to by a calling program and one or more subprograms.
A block of memory for storing variable s. A common block is a global entity that may be referenced by one or more program unit
a list of variables and arrays stored in a named area which may be accessed directly in more than one program unit