HP 3000 Manuals

CREATE RELATIONSHIP-CLASS [ HP SYSTEM DICTIONARY XL SDMAIN ] MPE/iX 5.0 Documentation


HP SYSTEM DICTIONARY XL SDMAIN

CREATE RELATIONSHIP-CLASS 

Creates a new relationship class.

Syntax 

     C[REATE] R[ELATIONSHIP-]C[LASS] relation-class-name 
            [;INT[ERNAL] = internal-name]
            .

Parameters 

relation-class-name   External name of the relationship class to be
                      created.

internal-name         Internal name of the relationship class to be
                      created.  If not specified, the internal name is
                      the same as the relation-class-name.

Description 

To avoid possible name conflicts with any future extensions to the core
set, do not create any relationship classes with a name starting with the
characters "HP" .

Open Mode        Customization

Scope:           DA scope or any scope with extend capability.  The scope
                 with which the dictionary is open is the owner of the
                 relationship class.

Example 

The following example creates the new relationship class generates.

     >CREATE RELATIONSHIP-CLASS generates. 
     >


MPE/iX 5.0 Documentation