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

3.13 Compare doing a non case sensitive compare


IBM Mainframe Forums -> TSO/ISPF
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
rammraju

New User


Joined: 05 Mar 2005
Posts: 65
Location: Hyderabad

PostPosted: Tue Dec 04, 2007 8:19 pm
Reply with quote

Hi all,
Can someone please let me know how can we do 3.13 compare a non case sensitive. I tried using process statements of 3.13, but still i am not able to do that. can someone please help me in doing this.
Back to top
View user's profile Send private message
Phrzby Phil

Senior Member


Joined: 31 Oct 2006
Posts: 1042
Location: Richmond, Virginia

PostPosted: Tue Dec 04, 2007 8:49 pm
Reply with quote

If your files are small enough, copy them and convert to uppercase via the TSO editor's UC line command.
Back to top
View user's profile Send private message
Marso

REXX Moderator


Joined: 13 Mar 2006
Posts: 1353
Location: Israel

PostPosted: Tue Dec 04, 2007 9:25 pm
Reply with quote

Alternatively, on panel 3.13, use the ANYC option:
Code:
Process Options  . . ANYC
Back to top
View user's profile Send private message
rammraju

New User


Joined: 05 Mar 2005
Posts: 65
Location: Hyderabad

PostPosted: Tue Dec 04, 2007 10:00 pm
Reply with quote

Hi Marso,
I used ANYC but still it showing the difference if the case is different. Below is the way i am using AMYC. Please correct if I am using it the wrong way

Code:
 ****** ***************************** Top of Data ******************************
 000001 ANYC                                                                   
 ****** **************************** Bottom of Data ****************************
Back to top
View user's profile Send private message
ofer71

Global Moderator


Joined: 27 Dec 2005
Posts: 2358
Location: Israel

PostPosted: Wed Dec 05, 2007 7:17 pm
Reply with quote

Make sure you put it in the OPTIONS line. (ANYC is not a statement).

O.
Back to top
View user's profile Send private message
rammraju

New User


Joined: 05 Mar 2005
Posts: 65
Location: Hyderabad

PostPosted: Thu Dec 06, 2007 11:30 am
Reply with quote

Thanks a lot, it worked for me.
I did not notice that it is not a processing statement icon_confused.gif
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 -> TSO/ISPF

 


Similar Topics
Topic Forum Replies
No new posts Compare 2 files and retrive records f... DFSORT/ICETOOL 3
No new posts Compare 2 files(F1 & F2) and writ... JCL & VSAM 8
No new posts COBOL -Linkage Section-Case Sensitive COBOL Programming 1
No new posts Compare only first records of the fil... SYNCSORT 7
No new posts Compare two files with a key and writ... SYNCSORT 3
Search our Forums:

Back to Top