DELETE Method

Deletes the Java object.
Category: Deletion
Applies to: Java object

Syntax

object.DELETE( );

Arguments

object
specifies the name of the Java object.

Details

DATA step component objects are deleted automatically at the end of the DATA step. If you want to reuse the object reference variable in another Java object constructor, you should delete the Java object by using the DELETE method.
If you attempt to use a Java object after you delete it, you will receive an error in the log.