MVSFORUMS.com Forum Index MVSFORUMS.com
A Community of and for MVS Professionals
 
 FAQFAQ   SearchSearch   Quick Manuals   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

change hex chars on oedit

 
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> TSO and ISPF
View previous topic :: View next topic  
Author Message
HenriqueS
Beginner


Joined: 01 Feb 2007
Posts: 29
Topics: 14

PostPosted: Thu Apr 24, 2008 4:33 pm    Post subject: change hex chars on oedit Reply with quote

Folks,

How can I execute a change command with my editor with HEX ON?

Some non-visible chars need to be changed and I need to locate and changing them according to their hex values.
Back to top
View user's profile Send private message
Nic Clouston
Advanced


Joined: 01 Feb 2007
Posts: 1075
Topics: 7
Location: At Home

PostPosted: Thu Apr 24, 2008 4:49 pm    Post subject: Reply with quote

The same way as you do when HEX is off. Why do you think it should be different?

Or, more helpfully, just:

HEX ON
C x'xx' x'yy'

where xx = 00 - FF and yy= 00 - FF

or if you want to change them manually:
HEX ON
f x'xx'
then edit the data at that point

If you look at help you will find the many ways of finding and changing strings including specifying them as hex strings.
_________________
Utility and Program control cards are NOT, repeat NOT, JCL.
Back to top
View user's profile Send private message
dbzTHEdinosauer
Supermod


Joined: 20 Oct 2006
Posts: 1411
Topics: 26
Location: germany

PostPosted: Fri Apr 25, 2008 1:33 am    Post subject: Reply with quote

you can also do a repeated FIND P'.' which will look for the non-display types and the short message displayed at the top of the screen will display the hex value that is found. then you can CHG ALL X'??' X'40' (or what ever)

if all non-displayed are to be changed to spaces, then CHG ALL P'.' ' '
_________________
Dick Brenholtz
American living in Varel, Germany
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> TSO and ISPF All times are GMT - 5 Hours
Page 1 of 1

 
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


MVSFORUMS
Powered by phpBB © 2001, 2005 phpBB Group