I'm trying to export a table from remote database (OS/390)
When I issued following command,
db2 =>
EXPORT TO a.csv OF IXF MESSAGES messages.log SELECT * FROM test_table
I got following error message.
SQL3022N An SQL error "98" occurred while processing the SELECT string in the
Action String parameter.
Does anyone have any idea what's going on here?