RESET
The RESET command is used to unload the current XML document and reset the state of the service ready for processing a new document. Any memory occupied by the currently loaded document will become eligible to be freed by the garbage collector in due course.
Required
RESET ------------- no keywords ---------------------------------|
Keywords
There are no keywords used with the RESET command
Examples
The following examples use the RESET command to unload the currently loaded XML document.
RDML Example:
USE BUILTIN(JSM_COMMAND) WITH_ARGS('RESET') TO_GET(#JSMSTS #JSMMSG)
RDMLX Example:
use builtin(jsmx_command) with_args(#jsmhdle 'reset') to_get(#jsmsts #jsmmsg)
ILE RPG Example:
c eval jsmcmd = 'reset'
c callp p_jsmcmd(jsmcmd:jsmsts:jsmmsg)