VMS Help
CC, Messages, BADFUNCSTOCLS

 *Conan The Librarian

 Message        The storage class of function <name> cannot be
                <storage_class>.  This storage class has been changed
                to 'extern'.

 Description    The globalref storage class cannot be used with a
                function declaration.  The compiler will use the
                storage class extern.

 User Action    Remove the globalref storage class from the function
                declaration.
  Close     Help