FOR0300S
One program unit specified common block common-name in a DC compiler option, but another program unit did not specify it in a DC compiler option. VS FORTRAN Version Error 2 Number: AFB158I-2

System action

The condition is signaled. If the condition is unhandled, the application is terminated.

Qualifying Data:

No. Name Input/ Output Data Type and Length Value
1 parm-count Input INTEGER*4 2
2 common name Input CHARACTER*31 Name of common block

Permissible Resume Actions:

Name Action Taken after Resumption
RN common-name is not made available to one or more program units and execution continues. The results of execution are unpredictable if data in the dynamic common block is subsequently referenced.

Programmer response

If you want common-name to be a dynamic common block, compile all program units that refer to it using a DC compiler option that has as a suboption either common-name or an asterisk. If you want common-name to be a static common block, do not compile any program units that refer to it using a DC compiler option that has as a suboption either common-name or an asterisk unless common-name is used as a suboption of the SC compiler option.

Symbolic Feedback Code

FOR0300