next up previous 63
Next: Example
Up: The Parameter Specification
Previous: The PTYPE Field


The ACCESS Field

This field specifies the mode of access which the program requires to the parameter. It is used to restrict access to parameters handled by PAR routines or by DAT_ASSOC.

Note that the field has no effect for facilities such as NDF, FIO and GKS which only use the parameter system to get the name of a file or device which is accessed by other means. The access mode applies to the parameter itself, not to any file or device, etc. that the parameter refers to.

The field has the form:

ACCESS mode
where mode is a character string which may be:
READ
which gives read access.
WRITE
which gives write access.
UPDATE
which gives read and write access.

Thus if a program does not modify the parameter, READ should be specified in the Interface File. If the value is to be written or modified, then WRITE or UPDATE should be specified.

If the ACCESS field is omitted, UPDATE is assumed.





next up previous 63
Next: Example
Up: The Parameter Specification
Previous: The PTYPE Field

ADAM Interface Module Reference Manual
Starlink User Note 115
A J Chipperfield, B D Kelly, S L Wright
3 September 2002
E-mail:ussc@star.rl.ac.uk

Copyright © 2002 Council for the Central Laboratory of the Research Councils