Java Object Language Elements |
Category: | Deletion |
Syntax | |
Arguments | |
Details |
Syntax |
object.DELETE( ); |
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.
Copyright © 2011 by SAS Institute Inc., Cary, NC, USA. All rights reserved.