Return code 100 means?
Answers were Sorted based on User's Feedback
Answer / g.kalyani
ExECUTION SUCCESFULL but row not found or EOF
| Is This Answer Correct ? | 29 Yes | 0 No |
Answer / sunil
Execution Successful and row not found (END OD TABLE)
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / kamalesh samal
Positive means successful execution with a warning.
+100 means no rows found.
| Is This Answer Correct ? | 1 Yes | 0 No |
What is the COBOL picture clause of the following DB2 data types: DATE, TIME, TIMESTAMP?
what is the total syntax for fetch ? can any one please give me all the details of fetch ? thx
What is the syntax for seeing the columns and data types of a table in the db2 database?
List down the types of triggers in the db2 database?
What is meant by union and union all?
What happens in bind step in a db2 program?
can I alter a table (e.g. adding a column) when other user is selecting some columns or updating some columns from the same table?
how can u nderstand the sql stmts executed successfully or not ?
What is the maximum No of rows per page?
What is a synonym ?
insert into tablename a column1, column2 select column1, column2 from tablename b i am getting abend -104..can any one help?
What else is there in the PLAN apart from the access path?