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.
where:
- DataAreaName is the name of the DataArea to delete.
See also