To execute an RPC with an input parameter

The following command executes an RPC from ASE through ECDA Option for Oracle. It passes an input parameter, deleting one row:

DCSERVER.dco_rpc_pkg..input_rpc_ex 2
(return status = 0)
(0 rows affected)

select * from example_table
id_num                              name
phone                birthdate 
-----------------------------------
------------------------------ -------------------- --------- 
1                                   Carl Finklestein
603-231-0123         NULL      
3                                   Carl Winkerbean
603-231-4123         Aug  9 1947 12:00AM 
4                                   Wanda Finklestein
978-245-6789         Jul 12 1972 12:00AM 
5                                   John Smith
607-789-0123         Nov  9 1963 12:00AM 
(4 rows affected)