subassembly — creates a subassembly.
(subassembly domain assemblyname subassemblyname instancename)
domain
The name of the domain in which this subassembly will be created.
assemblyname
The name of the parent assembly.
subassemblyname
The name for this subassembly.
instancename
The instance name for this instance of the subassembly.
A message indicating success or error. Please refer to Return Syntax for details.
This command creates a subassembly level of a data organization. Unlike assemblies, each subassembly is instantiated when it is created, and therefore needs an instance name. For more information about assemblies and subassemblies with an example, please refer to Section 21.4.2, “Assemblies, Subassemblies, Attributes, and Properties”.