Stored Procedures

Stored procedures are collections of SQL statements and optional control-of-flow statements.

Stored procedures can use parameters to accept values and return values to the calling environment. Stored procedures can return result sets to the caller or call other procedures.

Related concepts
Procedural Routine Objects
Triggers
User-Defined Functions
Events
Related tasks
Creating a SQL Anywhere or Sybase IQ Stored Procedure
Creating an ASE Stored Procedure
Migrating ASE Stored Procedures to Sybase IQ Syntax
Editing a Stored Procedure
Dropping a Stored Procedure
Renaming a Stored Procedure
Creating a Database Service from a Stored Procedure


Created June 25, 2009. Send feedback on this help topic to Sybase Technical Publications: pubs@sybase.com