MVSFORUMS.com Forum Index MVSFORUMS.com
A Community of and for MVS Professionals
 
 FAQFAQ   SearchSearch   Quick Manuals   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Wild card search in a dynamic sql

 
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> Database
View previous topic :: View next topic  
Author Message
vkarun1977
Beginner


Joined: 11 Jun 2004
Posts: 2
Topics: 1

PostPosted: Fri Jun 11, 2004 10:04 am    Post subject: Wild card search in a dynamic sql Reply with quote

Hi folks,
I develped the dynamic sql with wild cards in a cobol program but it does not fetch any rows.

I want to know ,Is it possible to develop a dynamic sql with wild card in a COBOL program. if so what steps i should take .


Let me knwo our ideas

example

select empno,empname from emp where name like 'jo%'

thanks
Back to top
View user's profile Send private message
Bithead
Advanced


Joined: 03 Jan 2003
Posts: 550
Topics: 23
Location: Michigan, USA

PostPosted: Fri Jun 11, 2004 10:13 am    Post subject: Reply with quote

If you are searching for JO% using a COBOL field greater than 4 bytes, DB2 will include any spaces in the field, so when you think you are searching for 'JO%', you are really seaching for 'JO% '. Either truncate the spaces using STRING ... DELIMITED BY SPACES or pad the field with % ('JO%%%%%%%').
Back to top
View user's profile Send private message
vkarun1977
Beginner


Joined: 11 Jun 2004
Posts: 2
Topics: 1

PostPosted: Tue Jun 15, 2004 11:16 am    Post subject: Reply with quote

hi bithead...thanks for the reply..it worked to perfection. thanks a lot.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> Database All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


MVSFORUMS
Powered by phpBB © 2001, 2005 phpBB Group