Executing an ASE stored procedure

StepsTo execute the preceding ASE stored procedure example using isql

  1. Connect to ASE.

  2. At the prompts, enter:

    C:>ISQL -Ssybone -Uuser -Ppasswrd
     1> execute newcust xxxx,yyyy
     2> go
    

    where:

    • xxxx is the new customer name, such as Ajax Printing Company.

    • yyyy is the new customer number, such as 1234.

NoteFor backward compatibility, the following syntax is acceptable: use procedure newcust xxxx, yyyy