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

Can zoned decimal in varchar be converted to a diff format?


IBM Mainframe Forums -> DB2
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
bmwibm

New User


Joined: 24 Apr 2008
Posts: 5
Location: Express Scripts

PostPosted: Mon Nov 17, 2008 7:00 pm
Reply with quote

How can zoned decimal data in a varchar column be converted to integer or packed decimal?

VARCHAR column = '00007100A'
desired output = 71001

When I try:
INTEGER(CHAR(SUBSTR(DATA_AREA_DS,1,9))) or
CAST(CHAR(SUBSTR(DATA_AREA_DS,1,9)) AS INTEGER)

I get:
DSNT408I SQLCODE = -420, ERROR: THE VALUE OF A STRING ARGUMENT WAS NOT
ACCEPTABLE TO THE INTEGER FUNCTION
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Mon Nov 17, 2008 9:51 pm
Reply with quote

Hello,

Just for sanity's sake, i suggest you change the column definiton from varchar or change the value to not include the sign. . .
Back to top
View user's profile Send private message
Terry Heinze

JCL Moderator


Joined: 14 Jul 2008
Posts: 1249
Location: Richfield, MN, USA

PostPosted: Tue Nov 18, 2008 4:20 am
Reply with quote

I've seen this same type of problem crop up when someone defines a DB2 field as character and then stores dates there. Why not use DATE field type??
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 -> DB2

 


Similar Topics
Topic Forum Replies
No new posts Populate last day of the Month in MMD... SYNCSORT 2
No new posts Extracting Variable decimal numbers f... DFSORT/ICETOOL 17
No new posts Modifying Date Format Using DFSORT DFSORT/ICETOOL 9
No new posts Need to convert date format DFSORT/ICETOOL 20
No new posts InfoSphere OPTIM CSV ouput vs DSNTIUA... IBM Tools 3
Search our Forums:

Back to Top