IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

How to find no of row selected using decalre cursor for DB2


IBM Mainframe Forums -> DB2
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
bashir ahmad

New User


Joined: 11 May 2013
Posts: 6
Location: canada

PostPosted: Wed Jul 10, 2013 5:34 am
Reply with quote

I use decalre cursor for a DB2 table for group of items as follows:

Code:
Item                                    PART#         
1      yyy  zzz    uuu   xxx

2      abc  efg    klm   kkk         
2      abc  efg    klm   LLL       5678   
2      abc  efg    klm   MMM     5679

4      abc  efg    klm   kkk         
4      abc  efg    klm   LLL       5680   
 
5      abc  efg    klm   kkk         
5      abc  efg    klm   LLL       5682   
5      abc  efg    klm   MMM     5684
Code'd

I select group of same Items which has more than two rows having parts# also part no as space is allowed.
Q. After Declare select I want how many required rows selected ???

Any one reply to resolve this iseue thanks. Bashir
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Wed Jul 10, 2013 6:06 am
Reply with quote

Hello,

You need to repost showing data that goes with your "requirement".

None of the data posted has more than 2 part#s?

Post the declare cursor. Post the other SQL you are using.

Post the "answer" you want when your process is executed on the improved sample data.

Use the Code tag to preserve alignment and improve readability.
Back to top
View user's profile Send private message
bashir ahmad

New User


Joined: 11 May 2013
Posts: 6
Location: canada

PostPosted: Wed Jul 10, 2013 10:16 am
Reply with quote

Hi

How to find how many rows selected while using Declare Cursor for DB2 table for a selected criteria, thanks Bashir
Back to top
View user's profile Send private message
Bang_1

New User


Joined: 08 May 2009
Posts: 39
Location: Bangalore

PostPosted: Wed Jul 10, 2013 12:35 pm
Reply with quote

How about using COUNT(*)
Back to top
View user's profile Send private message
Nic Clouston

Global Moderator


Joined: 10 May 2007
Posts: 2455
Location: Hampshire, UK

PostPosted: Wed Jul 10, 2013 1:59 pm
Reply with quote

search the forum for row-count
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> DB2

 


Similar Topics
Topic Forum Replies
No new posts To find whether record count are true... DFSORT/ICETOOL 6
No new posts Find the size of a PS file before rea... COBOL Programming 13
No new posts Find the occurrence of Key Field (Par... DFSORT/ICETOOL 6
No new posts Find a record count/numeric is multip... COBOL Programming 1
No new posts Need to find a specific STRING COBOL Programming 11
Search our Forums:

Back to Top