Include - connect_cdc_mimix_share - Latest

Connect CDC System Reference Guide

Product type
Software
Portfolio
Integrate
Product family
Connect
Product
Connect > Connect CDC (MIMIX Share)
Version
Latest
Language
English
Product name
Connect CDC
Title
Connect CDC System Reference Guide
Copyright
2024
First publish date
2003
Last edition
2024-08-20
Last publish date
2024-08-20T21:40:14.000381

Usage

Includes other rsl files in an rsl run.

Syntax
INCLUDE “rsl-path”;

Example

The following RSL file, inc.rsl, contains several include statements:
-- inc.rsl
include "dbnodes.rsl";
include "connections.rsl";
include "methods.rsl";
include "schedulers.rsl";
include "routingsets.rsl";
include "tables.rsl";
include "mappings.rsl";
Note:
  • The compiler ignores including an already included file.
  • When a model is exported as multiple .rsl files, the exported Include file begins with the following statement:
    ON ERRORS CONTINUE;

    For more information about the ON ERRORS statement, see On Errors.