Export DB2 Data to File: Command Guide
You can use the db2export command to export data from a DB2 database to a file. Here is an example command:
db2export -d sample -t mytable -o mytable_export.txt
This command will export data from the table named mytable in a database called sample and save it to a file named mytable_export.txt. You can adjust the options and parameters in the command as needed to meet your requirements.