exportModelRandom Transaction Format

About exportModelRandom Transaction Format

exportModelRandom transaction format exports all model related information of the specified class to a file in DBLoad format.

Syntax

exportModelRandom class-name {}

Notes

  • If the specified class is not a bottom class, the utility locates all the bottom classes that are subclasses of the specified class, and then exports model information to these classes and classes linking to the root class.

  • exportModelRandom exports these classes: Classes, CLass Properties, Class Link, Enumerated Valid Values, Range Valid Values, Pattern Variable Values, Pattern Valid Values, Pointer Class Properties, Pointer Valid Classes, Custom Functions, and Permissions.

  • By default metadata information is not exported unless -xm is used on the command line. The metamodel information includes these classes: Logical Datatype Definitions, Uom, Formulae And Unit Conversion Formulae.

  • The utility generates the export file in the directory specified by the option -xf with file name extension *.exp. It names the file as described in the example. For example, if the input file name is export.dbl then the output file name appears as export.dbl.exp.

Explanation

For class-name, specify the name of the class whose model information you want to export.

Example

This example conveys the command to export all model information of the VIP package class. The Package class has several subclasses. The example would then export model information to these classes and classes linking to the root class.

exportModelRandom v_pkg_class {}