CLOSE

LANSA Integrator

CLOSE

The CLOSE command closes any workbooks currently open for reading or writing. When the workbooks are closed all the associated internal objects are released and are available for garbage collection.

 

 CLOSE ----------- no keywords ---------------------------------|

 

Keywords

There are no keywords associated with this command.

Examples

RDML

 

USE BUILTIN(JSM_COMMAND) WITH_ARGS(CLOSE) TO_GET(#JSMSTS #JSMMSG)

 

 

RDMLX

 

use builtin(jsmx_command) with_args(#jsmxhdle1 close) to_get(#jsmxsts #jsmxmsg)