You can create a new group in both Sybase Central and Interactive SQL. You need DBA authority to create a new group.
Click the Users & Groups folder.
From the File menu, choose New > Group.
The Create Group wizard appears.
Follow the instructions in the wizard.
Execute a GRANT GROUP TO statement. If the user ID you specify in this statement has not already been created, the statement fails.
Create the user ID personnel.
GRANT CONNECT TO personnel IDENTIFIED BY group_password;
Make the user ID personnel a group.
GRANT GROUP TO personnel;