If you have CDD/Repository V5.4 installed  on  your  system  and  if  your
   current   CDD$DEFAULT   is  a  CDO-format  dictionary,  you  can  use  the
   /DEPENDENCY_DATA qualifier to generate a compiled  module  entity  in  the
   CDD$DEFAULT for each compilation unit.
   The format of the /DEPENDENCY_DATA qualifier is as follows:
      /[NO]DEPENDENCY_DATA
   You must specify this qualifier  if  you  want  %INCLUDE  %FROM  %CDD  and
   %REPORT %DEPENDENCY directives to establish dependency relationships.
   If /NODEPENDENCY_DATA is specified,  the  compiler  does  not  generate  a
   compiled module entity.
   The default is /NODEPENDENCY_DATA.