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

changing the character from hex(00) to hex(40) in a string


IBM Mainframe Forums -> COBOL Programming
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
lowie82ph

New User


Joined: 07 Mar 2005
Posts: 4

PostPosted: Tue Aug 28, 2007 9:01 am
Reply with quote

hi to all,

for example i have a record like this(with the corresponding hex values below each char):

Quote:
TEST ONLY.....
ECEE4DDDE00000
35230653800000


how can i change the hex(00) to hex(40)?

thank you...
Back to top
View user's profile Send private message
Craq Giegerich

Senior Member


Joined: 19 May 2007
Posts: 1512
Location: Virginia, USA

PostPosted: Tue Aug 28, 2007 9:39 am
Reply with quote

lowie82ph wrote:
hi to all,

for example i have a record like this(with the corresponding hex values below each char):

Quote:
TEST ONLY.....
ECEE4DDDE00000
35230653800000


how can i change the hex(00) to hex(40)?

thank you...


Inspect field_name replacing all x'00' by spaces.
Back to top
View user's profile Send private message
lowie82ph

New User


Joined: 07 Mar 2005
Posts: 4

PostPosted: Tue Aug 28, 2007 12:34 pm
Reply with quote

Craq Giegerich wrote:
lowie82ph wrote:
hi to all,

for example i have a record like this(with the corresponding hex values below each char):

Quote:
TEST ONLY.....
ECEE4DDDE00000
35230653800000


how can i change the hex(00) to hex(40)?

thank you...


Inspect field_name replacing all x'00' by spaces.


thanks a lot Craq
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 -> COBOL Programming

 


Similar Topics
Topic Forum Replies
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 Sortjoin and Search for a String and ... DFSORT/ICETOOL 1
No new posts changing defaults in db2 admin - Unlo... DB2 0
No new posts file manager is doing string conversion IBM Tools 3
Search our Forums:

Back to Top