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

Convert a full word field to character


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

Active User


Joined: 24 May 2006
Posts: 258
Location: Salem, Oregon

PostPosted: Thu Jul 18, 2013 7:43 pm
Reply with quote

I have a record where two fields are defined as full words, and I am trying to convert the to character fields.

This is what the fields look like when I display them with Hex On.

000B 007C
002C 00D8

This is the code that I have tried along with several others.

RLEN = SUBSTR(TMCDATA,093,004)
XLEN = X2C(B2X(RLEN))

I get the following error and I am not sure what I am doing wrong,
any help in the would be greatful.

43 *-* XLEN = X2C(B2X(RLEN)),
43 +++ XLEN = X2C(B2X(RLEN)),
IRX0040I Error running TESTIT, line 43: Incorrect call to routine,
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Thu Jul 18, 2013 7:51 pm
Reply with quote

show what You expect for the data posted
Back to top
View user's profile Send private message
Mickeydusaor

Active User


Joined: 24 May 2006
Posts: 258
Location: Salem, Oregon

PostPosted: Thu Jul 18, 2013 7:55 pm
Reply with quote

from the first field I would expect to see 700 and from the second field I expect to see 32200 as the values. the first field is the record length and the second filed is the blksize, I am pulling this from the CA1 TMC dataset for a file.
Back to top
View user's profile Send private message
Akatsukami

Global Moderator


Joined: 03 Oct 2009
Posts: 1788
Location: Bloomington, IL

PostPosted: Thu Jul 18, 2013 8:26 pm
Reply with quote

I believe you want the C2D function. The other functions work strings that are interpreted as binary or hexadecimal numbers; C2D works with characters (i.e., actual binary values).
Back to top
View user's profile Send private message
Mickeydusaor

Active User


Joined: 24 May 2006
Posts: 258
Location: Salem, Oregon

PostPosted: Thu Jul 18, 2013 8:50 pm
Reply with quote

Akatsuukami,

Thanks that was the trick. I was making this more diffcult than was need.
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 PARSE Syntax for not fix length word ... JCL & VSAM 7
No new posts Search two or more word with FILEAID Compuware & Other Tools 15
No new posts Replace Multiple Field values to Othe... DFSORT/ICETOOL 12
No new posts VB to VB copy - Full length reached SYNCSORT 8
No new posts Need to convert date format DFSORT/ICETOOL 20
Search our Forums:

Back to Top