I am running the following command on an OS 390 DB2 8.1.0 system.
Code:
db2 -q "export to /export/home/mldwh/bi_addhoc/load_files/RKSATACT.txt OF DEL
select *
FROM RKSA.RKSATACT
WHERE CREATE_TIME between '2007-11-01-00.00.00.000000' and '2007-11-30-00.00.00.000000' WITH UR"
I am getting the following error:
Code:
SQL1325N The remote database environment does not support the command or one
of the command options.
I have reviewed the sytax online and I cannot see what I am doing wrong. Can anyone point out what I am doing wrong?