assembly

assembly — creates an assembly.

Syntax

(assembly domain name [supername])
    

Arguments

domain

The name of the domain in which this assembly will be created.

name

A name for this assembly.

supername

The name of an assembly.

Returns

A message indicating success or error. Please refer to Return Syntax for details.

Description

This command creates an assembly level of a data organization. The supername denotes a special assembly that can be created to hold properties and attributes that may be used by several assemblies, in much the way that a parent class has instance variables that are used by child classes. For more information about assemblies and an example, please refer to Section 2.4.2, “Assemblies, Subassemblies, Attributes, and Properties”.