swatkins72
Programmer
I am running this command to unload my ACOMMON table (sysadm is the owner).
UNLOAD SQL d:\dump.sql sysadm.ACOMMON
This is what I keep getting and cannot get my dump file:
STARTING UNLOAD
UNLOADING 180 ROWS FROM TABLE SYSADM.ACOMMON
SQLTALK: @&Y.r, r& DOES NOT EXIST
Error: Table does not exist
It's almost like it is trying to read another table after ACOMMON although I'm only doing the one. Any help would be appreciated.
UNLOAD SQL d:\dump.sql sysadm.ACOMMON
This is what I keep getting and cannot get my dump file:
STARTING UNLOAD
UNLOADING 180 ROWS FROM TABLE SYSADM.ACOMMON
SQLTALK: @&Y.r, r& DOES NOT EXIST
Error: Table does not exist
It's almost like it is trying to read another table after ACOMMON although I'm only doing the one. Any help would be appreciated.