HP System Dictionary/XL General Reference Manual Vol 2 - Part 1 SDINIT (32256-90005)
10- 91
>>DOMAIN=acct2;
>>VERSION=!;
>>OPEN-MODE=exclusive-update.
>
>MERGE-OPTIONS VERSION-CONFLICT=merge.
>
>MERGE
>
Merging Structure
Structure can only be merged, if the source and target dictionaries are not the same. You can either merge
structure only or occurrences as well.
Example 1. This example shows merging a source version to another version and at the same time,
merging the structure. Since complete-structure is not speciļ¬ed, only the structure involving the
occurrences of the source version will be merged.
>FROM DICTIONARY=acctng;
>>SCOPE=accounting-manager;
>>PASSWORD=amgr;
>>DOMAIN=accounting;
>>VERSION=version1;
>>OPEN-MODE=read-only.
>
>MERGE-TO DICTIONARY=sysdic;
>>SCOPE=accounting-manager;
>>PASSWORD=amgr;
>>DOMAIN=!;
>>VERSION=!;
>>OPEN-MODE=exclusive-update.
>
>MERGE
>
Example 2. This example shows merging the complete structure of the source compiled dictionary into
the target dictionary.
>FROM DICTIONARY=acctng;
>>SCOPE=accounting-manager;
>>PASSWORD=amgr;
>>DOMAIN=accounting;
>>VERSION=version1;
>>OPEN-MODE=read-only.
>
>MERGE-TO DICTIONARY=sysdic;
>>SCOPE=accounting-manager;
>>PASSWORD=amgr;
>>OPEN-MODE=customization.