3 Use of SAE

Use the following INCLUDE statement:

  INCLUDE ’SAE_PAR’

at the top of any Fortran routines, and when compiling any code, locate the SAE_PAR include file using the compiler -I flag, as in:

  %  f77 -c -I$STARLINK_DIR/include routine.f