Split scripts

<< Click to Display Table of Contents >>

Navigation:  User guide > Introduction >

Split scripts

A complete CL script can be broken into separate scripts each containing one or more stages plus a Control stage. Any CL script can access a data stage from an earlier script using the IDF RCP. Any CL script can include tables from an earlier script using the ITF RCP. For large surveys we recommend that this is done so that any early stages do not need to be executed if changes are made to later stages.

Companion Reflect uses the IDF RCP to access the data stage. This avoids reading the raw data file.

See also PP command *INSERT .