Delete DataArea
Use this command to delete a DataArea from memory and allow the reuse of the same DataArea name within the current procedure.
Note: The Delete DataArea command also deletes any related DataAreas created by the corresponding Create DataArea command.
Syntax:
DELETE DATAAREA DataAreaName
where:
- DataAreaName is the name of the DataArea to delete.
Syntax example:
DELETE DATAAREA daMaster
See also