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

replace matching characters with another character using sor


IBM Mainframe Forums -> JCL & VSAM
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
Pavankumar.m
Warnings : 1

New User


Joined: 28 Nov 2010
Posts: 53
Location: Mumbai

PostPosted: Wed Apr 17, 2013 12:59 pm
Reply with quote

hi ,

can you please suggest me on how to replace particular character with new character, using sort

example :-

I need to replace 'where' with 'xxxxx'

------
input :-

where do you stay and where is are you from

output :-

xxxxx do you stay and xxxxx is are you from

--------
note :here 'where' can be present in any position
Back to top
View user's profile Send private message
PeterHolland

Global Moderator


Joined: 27 Oct 2009
Posts: 2481
Location: Netherlands, Amstelveen

PostPosted: Wed Apr 17, 2013 1:16 pm
Reply with quote

Search the forum, lots of examples.
Back to top
View user's profile Send private message
Pandora-Box

Global Moderator


Joined: 07 Sep 2006
Posts: 1592
Location: Andromeda Galaxy

PostPosted: Wed Apr 17, 2013 1:48 pm
Reply with quote

What is the Sort product you are using?

Also please check if your sortproduct supports FINDREP or something similar
Back to top
View user's profile Send private message
Pavankumar.m
Warnings : 1

New User


Joined: 28 Nov 2010
Posts: 53
Location: Mumbai

PostPosted: Wed Apr 17, 2013 1:54 pm
Reply with quote

thank you ,, my problem solved using findrep
Back to top
View user's profile Send private message
Pavankumar.m
Warnings : 1

New User


Joined: 28 Nov 2010
Posts: 53
Location: Mumbai

PostPosted: Wed Apr 17, 2013 2:24 pm
Reply with quote

adding to previous querry,

here I got logic to replace one character with another.

how to replace these characters based on an indicator Present at position 1.

ex :

input:

2 where are you from and where do you stay
1 where are you from and where do you stay
2 where are you from and where do you stay

out put:

2 xxxxx are you from and xxxxx do you stay
1 yyyyy are you from and yyyyyy do you stay
2 xxxxx are you from and xxxxx do you stay

note :if 1 in first position then 'where' changed to
'yyyyy'

if 2 in first position then 'where' replaced with 'xxxxx'

thank you,
Back to top
View user's profile Send private message
Pandora-Box

Global Moderator


Joined: 07 Sep 2006
Posts: 1592
Location: Andromeda Galaxy

PostPosted: Wed Apr 17, 2013 2:33 pm
Reply with quote

Probably you need to use INREC IFTHEN with FINDREP as a combo icon_smile.gif
Back to top
View user's profile Send private message
Bill Woodger

Moderator Emeritus


Joined: 09 Mar 2011
Posts: 7309
Location: Inside the Matrix

PostPosted: Wed Apr 17, 2013 2:33 pm
Reply with quote

Use IFTHEN=(WHEN=(logical expression to identify the case, the FINDREP subordinate to that. Again, many examples.
Back to top
View user's profile Send private message
Pavankumar.m
Warnings : 1

New User


Joined: 28 Nov 2010
Posts: 53
Location: Mumbai

PostPosted: Wed Apr 17, 2013 2:40 pm
Reply with quote

thank you, provided way worked well
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 -> JCL & VSAM

 


Similar Topics
Topic Forum Replies
No new posts Replace each space in cobol string wi... COBOL Programming 3
No new posts Substring number between 2 characters... DFSORT/ICETOOL 2
No new posts Replace Multiple Field values to Othe... DFSORT/ICETOOL 12
No new posts Reading dataset in Python - New Line ... All Other Mainframe Topics 22
No new posts replace word 'MONTH' with current mon... SYNCSORT 11
Search our Forums:

Back to Top