Installing Stored Procedures on SAP SQL Anywhere

Install stored procedures on a SAP SQL Anywhere or SAP Adaptive Server Anywhere database.

Go to the $JDBC_HOME/classes directory and enter:
java IsqlApp -U dba -P password -S jdbc:sybase:
 	Tds:[hostname]:[port] -I $JDBC_HOME/sp/sql_asa.sql -c go
Note: The sql script to be used is dependent on the SAP ASE version. See Installing Stored Procedures for a list of scripts available.