CLOSE
The CLOSE command closes the current archive. Once the archive is closed you may either unload the service or continue processing by creating or opening another archive using the CREATE or OPEN service commands.
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)