Hi,
I have a following requirement of writing the DB2 SQL Query using the dynamic UNIX shell Scripting. The shell scripting should contain the following
1. Connect SQL to connect to the DB2 database
2. How to write the Dynamic DB2 SQL for calculating the source and target record count of a particular table and dump the results of the SQL into the .csv file?
THe above shell script should export the results to the .csv file when we execute the shell script.
Thanks,
Vikram