ARY_BASE

Obtain an identifier for a base array

Description:

The routine returns an identifier for the base array with which an array section is associated.

Invocation

CALL ARY_BASE( IARY1, IARY2, STATUS )

Arguments

IARY1 = INTEGER (Given)
Identifier for an existing array section (the routine will also work if this is already a base array).
IARY2 = INTEGER (Returned)
Identifier for the base array with which the section is associated.
STATUS = INTEGER (Given and Returned)
The global status.

Notes: