Related questions
SQLState 02000 No row was found for FETCH, UPDATE, or DELETE
I'm running jobs through Datastage with the DELETE then INSERT connector. I'm having several jobs failing for this error:
DB2_Connector: DB2 reported: SQLSTATE = 02000 Native Error Code = 100, Msg = IBM[CLIDriver][DB2/NT64] SQL01000W No row was found for FETCH, …
Dumping dataset (.ds) file contents to a text file
At work we use DataStage which uses dataset (.ds) files. I can view the contents of the file from without our UNIX environment by using:
orchadmin dump -name <dataset name>
This only dumps the contents of the file …