Skip to main content

This version of the product is no longer supported, and this documentation is no longer updated regularly. See the latest version of this content.Opens in a new tab

Include Files

Export include files programmatically.

Background Information

An include file is a Studio document that contains definitions for ObjectScript macros. See “ObjectScript Macros and the Macro Preprocessor” in Using Caché ObjectScript.

You create include files in Studio; see Using Studio.

Available Tools

Includes the following class methods that you can use with include files:

  • Export()

  • ExportToStream()

Availability: All namespaces.

Reminder

The special variable $SYSTEM is bound to the %SYSTEM package. This means that (for ObjectScript) instead of ##class(%SYSTEM.class).method(), you can use $SYSTEM.class.method().

FeedbackOpens in a new tab