hello,
I am trying to unload data from my table on DB2 or z/OS but it fails with the following reason. Could you please help me on this?
Since I am new to DB2 z/OS please correct me if I am wrong
The unload command which I used is as below
SET CURRENT SQLID='IBMGRP'
UNLOAD TABLESPACE IBMDB.IBMTS FROM TABLE VIJ_TAB2;
COMMIT;
Error message:
DSNT408I SQLCODE=-104, Error: Illegal Symbol "IBMDB" Some symbols that might be legal are: IS
DSNT4181 SQLSTATE=42601 SQLSTATE RETURN CODE...
Thanks in advance,
Sam
I am trying to unload data from my table on DB2 or z/OS but it fails with the following reason. Could you please help me on this?
Since I am new to DB2 z/OS please correct me if I am wrong
The unload command which I used is as below
SET CURRENT SQLID='IBMGRP'
UNLOAD TABLESPACE IBMDB.IBMTS FROM TABLE VIJ_TAB2;
COMMIT;
Error message:
DSNT408I SQLCODE=-104, Error: Illegal Symbol "IBMDB" Some symbols that might be legal are: IS
DSNT4181 SQLSTATE=42601 SQLSTATE RETURN CODE...
Thanks in advance,
Sam