HI,Experts.
I need put a bunch of SQLs into a sql file that will be executed by db2 -tf. however, i need put some terminate commnad after catalog. So could you help to answer how to put terminate into sql file? for example:
catalog tcpip node FEDNODE remote dbserver1 server hunan;
terminate;
catalog database rUNIC as UNIC at node FEDNODE;
terminate;
