SERVICE_UNLOAD
The SERVICE_UNLOAD command unloads the service.
SERVICE_UNLOAD --------- no keywords ---------------------------------|
Keywords
There are no SERVICE_UNLOAD keywords.
Examples
RDML Example:
USE BUILTIN(JSM_COMMAND) WITH_ARGS(SERVICE_UNLOAD) TO_GET(#JSMSTS #JSMMSG)
RDMLX Example:
use builtin(jsmx_command) with_args(#jsmhandle service_unload) to_get(#jsmstatus #jsmmessage)
ILE RPG Example:
c eval jsmcmd = 'service_unload'
c callp p_jsmcmd(jsmcmd:jsmsts:jsmmsg)