include 'name_of_common'where 'name_of_common' is the actual name of the common. In ISNaS it suffices to give the actual name, since the link command includes the correct directory.
Hence: not DIMENSION IARRAY (100)Never use real expressions in array dimensions. The length of arrays in common blocks must be declared explicitly in those commons.but INTEGER IARRAY (100)