If there is no row in Emp table with Ename as Raghava and
you run the below queries in SPUFI.
1.select Ename from EMP wher Ename = 'raghava'
2.Select count(*) from EMP where Ename = 'raghava'
What is SQLCODE shown up in SPUFI
Answers were Sorted based on User's Feedback
Answer / guest
For 1st query the sql code will +100
for second query the count is zero and sql code is 0
| Is This Answer Correct ? | 30 Yes | 3 No |
Answer / krishna
2)when using count(*) it give always sql code 0 only
1)depending upone the rows if rows are their give 0
if not give 100
| Is This Answer Correct ? | 9 Yes | 0 No |
Answer / raghavan.jcs
In both case, It will show SQLCODE +100.
As No row found condition is satisfied here
| Is This Answer Correct ? | 10 Yes | 12 No |
Can we install 2 different versions of Db2 on same mainframe?
When would you prefer to use VARCHAR?
wt is view ? wht r the restrictions for view ?
What is the syntax of SELECT statement when embedded in a COBOL program?
What is cursor?
What is universal database?
What is a data page?
Can All Users Have The Privilege To Use The SQL Statement Select (DML)?
What is QUIESCE?
Can DASD types assigned to storage groups be intermixed (i.e., 3350s and 3380s)?
What is the information associated with sysibm.syslinks table?
What is the use of db2?