Kourier Integrator User Guide

General Reference > Command Reference > KMK.SERVICE

KMK.SERVICE

Syntax

KMK.SERVICE service_id {EXPORT-NETCHG | EXPORT-DELETES}{HEADERS "string"}

Description

This command can be used to execute a Kourier service from the command line or from within a UniBASIC program.

Options

service_id

The name of a service in the KT_SERVICES file.

EXPORT-NETCHG

Indicates that all exports listed in the service are to run in net change mode.

EXPORT-DELETES

Indicates that all exports listed in the service are to run in net change with deletes mode. This keyword must be used in combination with the EXPORT-NETCHG keyword. 

HEADERS

Creates a substitution parameter as specified in "string" where "string" is a named value pair in the format of "name=value".  The substitution value can be referenced by using the %name syntax.

Examples

Related Topics: 

Kourier TCL Commands Overview