HP System Dictionary/XL General Reference Manual Vol 2 - Part 1 SDINIT (32256-90005)
10- 90
>COMPILE-TO DICTIONARY=acctng.
>
>COMPILE
>
>FROM version=payroll.
>
>COMPILE
>
Merging a Version
A version in a domain can be merged into a new or an existing version.
Example 1. This ex ample shows merging a source version into a new target version. If the version
exists on the target, do not merge but skip it.
>FROM DICTIONARY=sysdic.pub;
>>SCOPE=accounting-manager;
>>PASSWORD=amgr;
>>DOMAIN=accounting;
>>VERSION=version2;
>>OPEN-MODE=read-only.
>
>MERGE-TO DICTIONARY=sysdic.pub;
>>SCOPE=accounting-manager;
>>PASSWORD=amgr;
>>DOMAIN=accounting;
>>VERSION=version1;
>>OPEN-MODE=exclusive-update.
>
>MERGE-OPTIONS VERSION-CONFLICT=skip.
>
>MERGE
>
Exa mple 2. This example shows merging a source version into an existing target version. The target
version name is the same as the source version name. If the version exists in the target, merge source
occurrences in.
>FROM DICTIONARY=sysdic.pub;
>>SCOPE=accounting-manager;
>>PASSWORD=amgr;
>>DOMAIN=acct1;
>>VERSION=version1;
>>OPEN-MODE=read-only.
>
>MERGE-TO DICTIONARY=sysdic.pub;
>>SCOPE=accounting-manager;
>>PASSWORD=amgr;