isql -Utst -Ptsttst -Stst_iqdemo
create SERVER jones_1207 CLASS 'asejdbc' USING 'jones:4101/tst_db'
create existing table billing_iq at 'jones_1207.tst_db..billing_txt'
select * from billing_iq
status name telno
------ ----------- -----
D BOTANICALLY 1
B BOTANICALL 2
(2 rows affected)