Use create subscription to create a publication subscription and an article subscription for each article in the publication.
You can use create subscription to materialize source data at the destination database using the atomic, nonatomic, or no-materialization method.
Execute create subscription at the Replication Server that manages the destination database. Subscription information is stored in the rs_subscriptions system tables at the primary and replicate sites.
create subscription pubs2_sub for publication with primary at TOKYO_DS.pubs2 with replicate at SYDNEY_DS.pubs2
See Replication Server Reference Manual > Replication Server Commands for complete syntax and usage guidelines.