DELETE

The DELETE command is used to delete variables.

In general, the format is:
  DELETE vars

The format to DELETE all variables is:
  DELETE / ALL

At the end of a SHAZAM procedure use:
  DELETE / ALL_

To DELETE all variables with the exception of character variables and FORMAT use:
  DELETE / ALLDATA