Specify Stored Procedures and Tables for Replication

Use the sp_setreptable system procedure to mark tables for replication and the sp_setrepproc system procedure to mark stored procedures for replication.

You must be the Adaptive Server System Administrator or the Database Owner to use sp_setreptable or sp_setrepproc to change the replication status of an object.
Warning!  A replicated stored procedure should only modify data in the database in which it is executed. If it modifies data in another database, where the modified table is also replicated, Replication Server replicates the updated data and the call to the stored procedure.

See sp_setreptable and sp_setrepproc in the Replication Server Reference Manual.