General Compiler Directive: Modifies characteristics of a common block.
cDEC$ PSECT /common-name/ a[,a] ...
c |
Is one of the following: C (or c), !, or *. (See Syntax Rules for Compiler Directives.) |
common-name |
Is the name of the common block. The slashes ( / ) are required. |
a |
Is one of the following:
|
If one program unit changes one or more characteristics of a common block, all other units that reference that common block must also change those characteristics in the same way.
The defaults are ALIGN=OCTA and WRT.