HP 3000 Manuals

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


HP SYSTEM DICTIONARY XL SDMAIN

MODIFY VERSION 

Modifies a version.

Syntax 

     M[ODIFY] V[ERSION] version-name 
            [;S[COPE-]O[WNER] = scope-owner-name]
            [;C[OMMON] = [common-version-name]]
             .

Parameters 

version-name          Name of the version to be modified.

scope-owner-name      Name of the new owner scope.

common-version-name   Name of the common domain version to which this
                      local domain version is linked.  If specified
                      without a value, the link that currently exists to
                      a version in the common domain will be deleted.

Description 

The common link cannot be deleted if any occurrences are linked.
Remember that a common link can be deleted only if one currently exists.

Open Mode:       Exclusive-update

Scope:           DA scope or the version's owner scope

Example 

The following example changes the owner scope of the version B_00_08 to
the scope sales, and links it to version A_00_01 in the common domain.

     >MODIFY VERSION B_00_08; 
     >>SCOPE-OWNER = SALES; 
     >>COMMON = A_00_01. 
     >


MPE/iX 5.0 Documentation