AUI_PUT0D
Write scalar auxilliary parameter
Invocation
CALL AUI_PUT0D( ID, NAME, VALUE, STATUS )
Description
Writes a scalar DOUBLE PRECISION auxilliary value to the specified dataset. Auxi
data is just odd bits of information which don't fit into the dataset
model which applications need to put somewhere. Generally knowledge of
the format of this information is very restricted, often to one program.
Arguments
-
ID = INTEGER (given)
Dataset to which data is to be written
-
NAME = CHARACTER*(*) (given)
The character name of the attribute being written
-
VALUE = DOUBLE PRECISION (given)
The value of the attribute
-
STATUS = INTEGER (given and returned)
The global status.
References