ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » How to determine input value is 'A-Z' (Character)

Post new topic  Reply to topic
 How to determine input value is 'A-Z' (Character) « View previous topic :: View next topic » 
Author Message
tanishka
PostPosted: Mon Feb 07, 2011 5:46 pm    Post subject: How to determine input value is 'A-Z' (Character) Reply with quote

Centurion

Joined: 24 Nov 2008
Posts: 144

Hi,

I need to determine if the incoming data is Alpha character or numeric.

Some thing like this

Possible input data values '305' , '240', 'DC' 'STORE' etc....

If it is ' Alpha character Contains( indata, 'A-Z') THEN -- ( I tested and not working

----
---

else

logic -----

---.

Please Share your thoughts.
Back to top
View user's profile Send private message
mqjeff
PostPosted: Mon Feb 07, 2011 6:07 pm    Post subject: Reply with quote

Grand Master

Joined: 25 Jun 2008
Posts: 17447

Code:
--see how much better using code tags is?
DECLARE temp CHAR;
Set TEMP = myInputField;
IF LENGTH(TRANSLATE(TEMP,'ABCDEFGHIJKLMNOPQRSTUVWXYZ'))=0)
Back to top
View user's profile Send private message
tanishka
PostPosted: Wed Feb 09, 2011 8:19 pm    Post subject: Reply with quote

Centurion

Joined: 24 Nov 2008
Posts: 144

Mqjeff,

Thanks it would work.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » How to determine input value is 'A-Z' (Character)
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
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.