Processing math: 100%

ARY_TYPE

Obtain the numeric type of an array

Description:

The routine returns the numeric type of an array as an upper-case character string (e.g. _REAL).

Invocation

CALL ARY_TYPE( 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: