If you use direct or ODBC DB2 connection, enclose your statements in BEGIN...END construct For example: BEGIN SQL statement 1; SQL statement 2; END; If you use Sybase, Oracle, or other vendor's DB2 gateway, you should use syntax for that vendor. : I'm using DB2 UDB EEE v6. How can I make 24x7 execute multiple commands in : one script?
|