DDDriverCommands::CallRemote
RJ TID SDC SE2

Execute a command on an external system / application.

Execute a command on an external system / application. This command presently supports only the STAF protocol. Command syntax, parameters, and values will be dependent upon the protocol specified and the command issued to the remote (or even local) system.

Fields: [ ]=Optional with Default Value
  1. Protocol
    The name of the protocol to use. Presently only 'STAF' is supported.


  2. SystemName
    The name of the system to send the command to.


  3. ServiceName
    The service name to be called on the external system / application.


  4. Command
    The service command to be issued to the external system / application.


  5. [ VarName = result ]
    The DDVariable root name to receive the results.

    Variable root name defaults to 'result' if not provided.

    The variables varName.RC and varName.RESULT are defined on completion of the command.



  6. [ Parameters = ]
    Additional parameters to be passed to the service command.


Examples:
[How To Read This Reference]