Steps for this task
Note: Make sure that the database supports Unicode (UTF-8). Otherwise, it cannot store all characters that can be handled in the Java code, and you could run into codepage conversion problems when a client uses an incompatible codepage.
isql -S <serverName> -U<userid> -P<password> -D scheddb -i createSchemaSybase12.ddl
Results
The Sybase database for the scheduler exists.