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

Search a string using REXX exec irrespectiive of case


IBM Mainframe Forums -> CLIST & REXX
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
Paul1983

New User


Joined: 08 Jul 2008
Posts: 37
Location: bangy

PostPosted: Fri Feb 13, 2009 7:28 pm
Reply with quote

I'm trying to search for a particular string, irrespective of case, in the REXX code, its not fetching all the occurrence of the string. For eg: I'm finding for all the occurences of the string ' Call 'ABCD' ' in one COBOL program. I have two calls but one call is of the format ' CALL 'ABCD' ' and the other is like 'Call 'ABCD''. The REXX exec is fetching me only one string, that's ' Call 'ABCD' '. But my requirement is to fetch both. Is there any way to search for the string irrespective of the case other than putting a 'OR' condition to check to both lower case and Upper case.


Thanks,
Paul
Back to top
View user's profile Send private message
superk

Global Moderator


Joined: 26 Apr 2004
Posts: 4652
Location: Raleigh, NC, USA

PostPosted: Fri Feb 13, 2009 7:33 pm
Reply with quote

No.

I'd consider changing the variable that contains the string to all of one case, either all upper or all lower.
Back to top
View user's profile Send private message
Paul1983

New User


Joined: 08 Jul 2008
Posts: 37
Location: bangy

PostPosted: Fri Feb 13, 2009 7:40 pm
Reply with quote

But I'm searching in existing Cobol Programs for all these call strings to convert to another string.But searching itself is not fetching all the strings.
Back to top
View user's profile Send private message
Pedro

Global Moderator


Joined: 01 Sep 2006
Posts: 2547
Location: Silicon Valley

PostPosted: Fri Feb 13, 2009 9:57 pm
Reply with quote

I think SUPERK is suggesting that you convert all lines to uppercase before searching.

You would not want to save it back in uppercase, so I suggest coping to another file to work with and to find what you want.
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 -> CLIST & REXX

 


Similar Topics
Topic Forum Replies
No new posts Compile Several JCL JOB Through one r... CLIST & REXX 4
No new posts Replace each space in cobol string wi... COBOL Programming 3
No new posts PARSE Syntax for not fix length word ... JCL & VSAM 7
No new posts Running REXX through JOB CLIST & REXX 13
No new posts Error to read log with rexx CLIST & REXX 11
Search our Forums:

Back to Top