Chapter 3 DBMS Reference Guide
Statement for creating a stored procedure.
Stored procedures are scripts using pre-defined operators; variables, functions and macros to handle data and otherwise modify it.
In Sybase Adaptive Server Anywhere 6:
create procedure %PROC% (IN <arg> <type>) begin . . . end /
Copyright (C) 2005. Sybase Inc. All rights reserved. |