Remote procedure calls (RPCs)

SQL Anywhere users can issue procedure calls to the following remote servers:

SQL Anywhere supports fetching result sets from remote procedures, including fetching multiple result sets. As well, remote functions can be used to fetch return values from remote procedures and functions. Remote procedures can be used in the FROM clause of a SELECT statement.

 Data types for remote procedures

Creating remote procedures (Sybase Central)
Creating remote procedures (SQL)
Dropping remote procedures