Executing a transfer SQL request

As shown in this example, to execute the replauth stored procedure using isql, connect to the ASE database and enter this at the isql prompts:

C:>ISQL -Ssybone -Uuser -Ppasswrd
1> execute replauth
 2> go

When ASE executes replauth, it passes an RPC to the DB2 access service. Then, the DB2 access service returns any result rows or messages to the client application, not to ASE.

For more information about transfers, see Chapter 8, “Understanding the Transfer Process.”