CMP_PUT0x

Write scalar component

Description:

Write a scalar primitive component.

Invocation

CALL CMP_PUT0x( LOC, NAME, VALUE, STATUS )

Arguments

LOC = CHARACTER  ( DAT__SZLOC ) (Given)
Structure locator.
NAME = CHARACTER  ( DAT__SZNAM ) (Given)
Component name.
VALUE = ? (Given)
Component value.
STATUS = INTEGER (Given and Returned)
The global status.

Notes:

There is a routine for each standard data type; to call them, replace x by C (Character), D (Double), I (Integer), L (Logical), R (Real).