To set up links to these files, type:
Then include the files in the program with statements like:% star_dev % par_dev % dat_dev
* Define SAI__OK etc.
INCLUDE 'SAE_PAR'
* Define PAR__NULL, PAR__ERROR etc.
INCLUDE 'PAR_ERR'
* Define DAT__SZLOC etc.
INCLUDE 'DAT_PAR'
INCLUDE files from other libraries are handled similarly.
Programs using HDSPAR subroutines will be ADAM programs, linked using alink or ilink. For example:
% alink program.fWill compile the Fortran program in file program.f and link it with the ADAM infrastructure libraries.
HDSPAR - HDS Parameter Routines