Chapter Contents

Previous

Next
SAS/ACCESS Software for Relational Databases: Reference

SYBASE Naming Conventions

SYBASE database objects that can be named include tables, views, columns, indexes, and database procedures. Use the following SYBASE naming conventions:

Note:   By default, column and table names are notquoted in the SAS/ACCESS Interface to SYBASE. To quote the table and column names, you must use the LIBNAME statement QUOTED_IDENTIFIER= option when you assign a libref.  [cautionend]

When you use the DATASETS procedure to list your SYBASE tables, the table names appear exactly as they exist in the SYBASE data dictionary. If you specified the LIBNAME option, SCHEMA= , SAS/ACCESS lists the tables for the specified schema username.

To reference a table or other named object that you own or for the specified schema, refer to the table name (for example, CUSTOMERS). If you use the LIBNAME statement DBLINK= option, all references to the libref will refer to the specified database.


Chapter Contents

Previous

Next

Top of Page

Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.