ARY_SCTYP

Obtain the numeric type of a scaled array

Description:

The routine returns the numeric type of a scaled array as an upper-case character string (e.g. _REAL). The returned type describes the values stored in the array, before they are unscaled using the associated scale and zero values. Use ARY_TYPE if you need the data type of the array after it has been unscaled.

Invocation

CALL ARY_SCTYP( IARY, TYPE, STATUS )

Arguments

IARY = INTEGER (Given)
Array identifier.
TYPE = CHARACTER ( ) (Returned)
Numeric type of the array.
STATUS = INTEGER (Given and Returned)
The global status.

Notes: