I have a script to export a table into a delimited file then ftp to a drop zone. I can run this script manually and everything goes fine. The script has two db2 commands....
db2 connnect to 'database'
db2 "export ......"
When I try to run this script through cron, my output file says "db2 not found". How do I get this to execute? Thanks.
DB