anna
Guest
|
Posted:
Wed Sep 15, 2004 12:16 am Post subject:
Translation characters string from his to host |
|
|
Hi, I have some question for you.
I have a problem. I have one string format field for input to pgm
cobol. In this string, I put the value -5,5.
When I see the value that come to host, I see that the "-" and the ","
are another character....
I think that it´s a bad conversion for characteres from ASCII to
EBCDIC.
My environment is from VB6 ... his2000 ... to HOST(VSE)....
¿Any Idea? ¿Can I see the code pages than use His for translate this
character?
Thank´ to all. |
|
Jeremy Remlinger [MSFT]
Guest
|
Posted:
Thu Sep 16, 2004 2:37 am Post subject:
RE: Translation characters string from his to host |
|
|
Anna,
First of all, what piece of HIS 2000 are you using. I'm assuming by what
you have stated that this is a COMTI Applicaiton?
I have not been able to find any existing issues where these two characters
are being translated incorrectly.
Are you connecting to the host using APPC or via TCP/IP? the reason I ask
is that the first thing that I would recccomend doing is going to be to
take a Network Sniff (If this is TCP/IP) or a SNA Trace (if this is APPC)
and see if the character is getting translated correctly in the datastream,
or if it is possibly getting handed to our APIs incorrectly. You should be
able to more closely pinpoint where this is failing with one of these
traces.
If you require assistance in setting these traces up, or in reading them, I
would strongly reccomend opening a support case with Microsoft Support so
that an Engineer can asssist you with this.
ø¤º°`°º¤ø,¸¸,ø¤º°`°º¤ø,¸¸,ø¤º°`°º¤ø,¸¸,ø¤º°`°º¤ø,¸¸,ø¤º°`°º¤ø,¸¸,ø¤º°`°º¤ø,¸
Jeremy "Rem" Remlinger, MSCE
SNA/HIS Engineer
Microsoft
This posting is provided 'AS IS' with no warranties, and confers no rights.
© 2004 Microsoft Corporation. All rights reserved.
ø¤º°`°º¤ø,¸¸,ø¤º°`°º¤ø,¸¸,ø¤º°`°º¤ø,¸¸,ø¤º°`°º¤ø,¸¸,ø¤º°`°º¤ø,¸¸,ø¤º°`°º¤ø,¸
--------------------
From: anna_marcos@mixmail.com (anna)
Newsgroups: microsoft.public.hiserver.general
Subject: Translation characters string from his to host
Date: 14 Sep 2004 12:16:16 -0700
Organization: http://groups.google.com
Lines: 18
Message-ID: <f72580ce.0409141116.6378bba0@posting.google.com>
NNTP-Posting-Host: 212.49.165.10
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
X-Trace: posting.google.com 1095189376 18576 127.0.0.1 (14 Sep 2004
19:16:16 GMT)
X-Complaints-To: groups-abuse@google.com
NNTP-Posting-Date: Tue, 14 Sep 2004 19:16:16 +0000 (UTC)
Path:
cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!newsfeed00.sul.t-online.de!t-onlin
e.de!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!postnews2.google.com!no
t-for-mail
Xref: cpmsftngxa06.phx.gbl microsoft.public.hiserver.general:4029
X-Tomcat-NG: microsoft.public.hiserver.general
Hi, I have some question for you.
I have a problem. I have one string format field for input to pgm
cobol. In this string, I put the value -5,5.
When I see the value that come to host, I see that the "-" and the ","
are another character....
I think that it´s a bad conversion for characteres from ASCII to
EBCDIC.
My environment is from VB6 ... his2000 ... to HOST(VSE)....
¿Any Idea? ¿Can I see the code pages than use His for translate this
character?
Thank´ to all. |
|