HP 3000 Manuals

CREATE VERSION [ HP SYSTEM DICTIONARY XL SDMAIN ] MPE/iX 5.0 Documentation


HP SYSTEM DICTIONARY XL SDMAIN

CREATE VERSION 

Creates a new version.

Syntax 

     C[REATE] V[ERSION] version-name 
            [;INT[ERNAL] = internal-name]
            [;C[OMMON] = common-version-name]
            .

Parameters 

version-name          External name of the version to be created.

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

common-version-name   Name of the common domain version to which this
                      local domain version is linked.  This keyword is
                      not allowed if the dictionary is open in the common
                      domain.  If omitted when in a local domain, no link
                      is established.

Description 

The version status of the created version is automatically set to test.
Refer to the SETVERSION command for information about changing the status
of a version.

Note that if no link to a common version is established, no entity or
relationship can be linked to a common entity/relationship unless the
version is modified to establish a common link.

Open Mode:       Shared-update or exclusive-update

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

Example 

The following example creates a new version A_00_09 and links it to the
version A_00_01 in the common domain.

     >CREATE VERSION A_00_09; 
     >>COMMON = A_00_01. 
     >


MPE/iX 5.0 Documentation