Yes.
QMan uses ODBC.
As stated previously in this thread, (but clarified here with example), finish the first statement with a ';' on the next line immediately followed by the second statement, for example...
sel count(*) from tableA
; sel count(*) from tableB
; sel count(*) from tableC
;
You can use either the 'two feet' or 'four feet' buttons - execute and execute parallel, respectively to process.
If you want an explicit transaction, you could do the following:
BT
;sel count(*) from tableA
; sel count(*) from tableB
; sel count(*) from tableC
;ET
;
Regards
RanD
(Randy Volters, certified Teradata Master
email: randvol0826@aol.com)