You can start Interactive SQL from the command line and to connect to a database.
dbisql -c "uid=DBA;pwd=sql" -host <host name> -port 2638
The –c parameter specifies connection parameters. For a complete list of connection parameters, see System Administration Guide: Volume 1 > Connection and Communication Parameters.