ARY_RESET

Reset an array to an undefined state

Description:

The routine resets an array so that its values become undefined. Its use is advisable before making format changes to an array if retention of the existing values is not required (e.g. before changing its data type with the ARY_STYPE routine); this will avoid the cost of converting the existing values.

Invocation

CALL ARY_RESET( IARY, STATUS )

Arguments

IARY = INTEGER (Given)
Array identifier.
STATUS = INTEGER (Given and Returned)
The global status.

Notes: