Execute a system command.
<system [ ignmsg="Message iIDs" ]
command="system command"
</system>
Attribute |
Value |
Description |
ignmsg= |
Message IDs |
Sets
a list of message IDs to ignore if they rise during command execution. Ex: ignmsg="CPF2103 CPF2104"
|
command= |
System command |
System command to execute.
|
This tag has no meaning when XML Easycom is loaded as an extension to Easycom. Easycom has already APIs to execute system commands.
When XML Easycom is loaded as an independent service, <system> tag can be used to change the job environment before to bind service programs, load program definitions, or call procedures.
Example:
<?xml version="1.0" encoding="ISO-8859-1" ?>
<Easycom>
<system IGNMSG="CPF2103" Command="addlible PCXML"/>
</Easycom>