DEFINE SOURCE SYSTEM

Purpose

Creates the specified Source System <source system name> for the technology <technology identifier>, or on the target system with the specified <location> as a filter for the schema.

In the current version of Yotilla source systems must be created on the target system.

Syntax

[DEFINE] [SOURCE] SYSTEM <source system name> (
    | (( [USING] TECHNOLOGY <technology identifier> ) | ( ON TARGET SYSTEM LOCATION <location> ))
)";"

For an explanation of the syntax notation, see TinML Syntax Notation.

Examples

DEFINE SOURCE SYSTEM "CRM" ON TARGET SYSTEM;

Expected Result

Source system "CRM" defined.