Processing math: 100%

ARY_FORM

Obtain the storage form of an array

Description:

The routine returns the storage form of an array as an upper-case character string (e.g. SIMPLE).

Invocation

CALL ARY_FORM( IARY, FORM, STATUS )

Arguments

IARY = INTEGER (Given)
Array identifier.
FORM = CHARACTER ( ) (Returned)
Storage form of the array.
STATUS = INTEGER (Given and Returned)
The global status.

Notes: