Reserved words

Even if Sybase ASE allows SQL reserved keywords as SQL object names if enclosed in square braces (create table [table] ( col1 int )), you should take care of your existing database schema and check that you do not use Sybase ASE SQL words.

Solution

Database objects having a name which is a Sybase ASE SQL reserved word must be renamed.

All BDL application sources must be verified. To check if a given keyword is used in a source, you can use UNIX™ 'grep' or 'awk' tools. Most modifications can be automatically done with UNIX tools like 'sed' or 'awk'.