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

IEBCOMPR HEX VALUES


IBM Mainframe Forums -> All Other Mainframe Topics
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
Santosh Kumar Gude

New User


Joined: 01 Apr 2011
Posts: 2
Location: Hyderabad

PostPosted: Wed Nov 13, 2013 6:33 pm
Reply with quote

Hello,

I am using IEBCOMPR for comparing two PDS.But compare results are getting in HEX values.So How can I ignore the HEX format in the results.

I need a compare like same record format in the PDS members.

000100 //IEBCOMPR JOB (EWDS),'COMPARE TAPES'
000300 //STEP001 EXEC PGM=IEBCOMPR
000400 //SYSUT1 DD DSN=SM017R.TEST1.JCL, --> PDS being compared
000600 // DISP=(OLD,KEEP)
000700 //SYSUT2 DD DSN=SM017R.TEST.JCL, --> PDS being compared
000900 // DISP=(OLD,KEEP)
001000 //SYSPRINT DD SYSOUT=*
001100 //SYSIN DD *
001200 COMPARE TYPORG=PO
*/

Do I need to include any options for avoing HEX format?

Please help me on this.

Thanks,
Santosh.
Back to top
View user's profile Send private message
expat

Global Moderator


Joined: 14 Mar 2007
Posts: 8797
Location: Welsh Wales

PostPosted: Wed Nov 13, 2013 6:37 pm
Reply with quote

Topic moved, as it was originally posted in the DFSORT forum.

Why not try using ISRSUPC - Option 3.12 or 13 from the main ISPF menu
Back to top
View user's profile Send private message
Santosh Kumar Gude

New User


Joined: 01 Apr 2011
Posts: 2
Location: Hyderabad

PostPosted: Thu Nov 14, 2013 11:57 am
Reply with quote

Yes we can use 3.12 also but as my client requirement is to use IEBCOMPR only.SO please suggest if have any option for avoiding HEX display in results using IEBCOMPR?


Thanks,
Santosh.
Back to top
View user's profile Send private message
Nic Clouston

Global Moderator


Joined: 10 May 2007
Posts: 2455
Location: Hampshire, UK

PostPosted: Thu Nov 14, 2013 3:41 pm
Reply with quote

After a lot of Googling and manual reading (which you should have done yourself) the answer is NO. If you want it in plain text form then you will have to take the SYSPRINT and convert it yourself.
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 -> All Other Mainframe Topics

 


Similar Topics
Topic Forum Replies
No new posts INCLUDE OMIT COND for Multiple values... DFSORT/ICETOOL 5
No new posts Replace Multiple Field values to Othe... DFSORT/ICETOOL 12
No new posts Null values are considered in Total c... DFSORT/ICETOOL 6
No new posts Converting ASCII values to COMP-3 (ZD... JCL & VSAM 2
No new posts Generate output lines (SYSIN card for... DFSORT/ICETOOL 4
Search our Forums:

Back to Top