I'm new to using DB2 from AIX, and need to run a series of EXPORT commands of the form EXPORT TO /dir/file1.txt OF DEL MESSAGES /dir/file1.msg SELECT * FROM <TABLE> WHERE <CLAUSE>
I would like to be able to create a single script that houses all the EXPORT commands and then invoke DB2 from the command line to run these one after then other.
Can anyone help me with how this is done ?
Thanks,
Prem Isaac
I would like to be able to create a single script that houses all the EXPORT commands and then invoke DB2 from the command line to run these one after then other.
Can anyone help me with how this is done ?
Thanks,
Prem Isaac
Comment