Overview of Procedures

Procedures store procedural SQL statements in a database for use by all applications. They can include control statements that allow repetition (LOOP statements) and conditional execution (IF and CASE statements) of SQL statements.

See SQL Anywhere Server - SQL Usage > Stored procedures and triggers > Using procedures, triggers, and batches.

Note: This reference points to SQL Anywhere documentation.
Note: Sybase IQ does not support triggers. Information on triggers in the SQL Anywhere documentation can be ignored.