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

Dropping all Apostrophe's


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

New User


Joined: 29 Sep 2007
Posts: 93
Location: chenna/i-

PostPosted: Fri Nov 22, 2013 7:30 pm
Reply with quote

Hi,

My program is having both jave and maninfame.

in front end they are entering the valuse with apostrophe’s like

hai thé à test spécial

while storing it is showing as with ? marks in the screen, it is dropping all apostrophe's like below in the fron end java screen

hai th? a? test sp?cial

i am using a stored procedure.

plz guide me how to insert the same value in the db2 and display in the acreen correctly.
Back to top
View user's profile Send private message
GuyC

Senior Member


Joined: 11 Aug 2009
Posts: 1281
Location: Belgium

PostPosted: Fri Nov 22, 2013 7:54 pm
Reply with quote

Talk to an experienced developer/system engineer at your site.
Multiple codepages/unicode-ebcdic-ascii is a bit much to explain to someone who has programs in "jave and maninfame" (sic)
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Fri Nov 22, 2013 7:57 pm
Reply with quote

in IT using the proper terminology is essential for good communication

Quote:
in front end they are entering the valuse with apostrophe’s like

hai thé à test spécial


those are not apostrophes they are accented vowels ,

most probably You have problems with the translate and codepages used
both in Your 3270 and DB2 environments

the best place to ask for help/work with is certainly Your support.
Back to top
View user's profile Send private message
Robert Sample

Global Moderator


Joined: 06 Jun 2008
Posts: 8696
Location: Dubuque, Iowa, USA

PostPosted: Fri Nov 22, 2013 8:01 pm
Reply with quote

This is a code page issue -- the mainframe is storing the data using a code page that does not support the special characters being used in the front end. You need to identify which code page the front end uses, and ensure that DB2 stores your data using that code page.

Also, terminology is critial in IT where similar terms may mean very different things. The data does not have apostrophes (which are separate characters), the characters have diacritic marks; depending upon the language there are several different diacritic marks (tilde, circumflex, acute, grave for example) but they are not considered separate from the character.
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 How to delimit data with '|' which ha... DFSORT/ICETOOL 5
No new posts Dropping records based on zero sum - ... JCL & VSAM 4
No new posts Dropping Records by Date DFSORT/ICETOOL 3
No new posts Apostrophe in EZT CA Products 5
No new posts Inserting an Apostrophe in DB2 table DB2 3
Search our Forums:

Back to Top