1.0;cmppo (compare_ppo_file), revision 1.0, 85/05/15 CMPPO (COMPARE_PPO_FILE) -- Compare person, project, or organization names. usage: CMPPO rgy1_path rgy2_path [-PERS|-PROJ|-ORG|-ALL] FORMAT CMPPO rgy1_path rgy2_path [options] CMPPO compares two different network registries' person, project, and/or organization names. Names that appear in both registries and are associated with different name IDs are reported. Use the C (CHANGE_NAME) command in EDPPO to change duplicate names in one of the registries; do not delete names. CMPPO is for use in a DOMAIN/BRIDGE internet. For complete information on comparing network registries, see Managing DOMAIN Internets. ARGUMENTS rgy1_path (required) Specify the pathname of a registry to be compared. The pathname may be the master registry file (//node/REGISTRY/RGY_MASTER), a node's copy of the master registry file (//node/REGISTRY/REGISTRY), or simply a node entry directory (//node). If the pathname is a node entry directory, the //node/REGISTRY/REGISTRY file is used. rgy2_path (required) Specify the other registry to be compared. OPTIONS Default options are indicated by "(D)." -PERS Compare the names in the Person files. -PROJ Compare the names in the Project files. -ORG Compare the names in the Organization files. -ALL (D) Compare the names in the Person, Project, and Organization files. EXAMPLES The following commands compare person names in two registries, change duplicate names, and then compare person names again to check that all duplicate names have been handled. $ cmppo //alpha/registry/rgy_master //beta/registry/rgy_master -pers Names with different ids found in both registries' person file: martin smith 2 names. $ edppo -r //beta/registry/rgy_master -pers => c martin emartin => c smith msmith => wr $ cmppo //alpha/registry/rgy_master //beta/registry/rgy_master -pers No names with different ids found in both registries' person file $