kalos
Guest
|
Posted:
Fri Sep 23, 2005 12:51 pm Post subject:
HIS2004, Transanction Integration (TI) unsigned integer supp |
|
|
I am using COMTI with HIS2000 to access CICS on OS/390. CICS are
written in PL/I. I am evaluating HIS2004 for an upgrade, but there
seems to be problem with PL/I datatype representing an unsigned
integer, which are used extensively in the CICS program. HIS2004 has
dropped support for unsigned integer, so I have problem to find an
appropriate .NET or COM type for it. In HIS2000 for example I was using
a PIC 9(6) DISPLAY to represent a PL/I integer declared as PIC 9(6).
So, the question is why the support for unsigned integers were dropped
in HIS2004? I assume I can declare it as string a pad the area with
zeros, but that this is not very good solution. Any change of
re-supporting this datatype [Microsoft?] Any other suggestions?
Thanks
Kalodev |
|
Terry Bullington [MSFT]
Guest
|
Posted:
Mon Sep 26, 2005 8:51 pm Post subject:
RE: HIS2004, Transanction Integration (TI) unsigned integer |
|
|
Unsigned data types were dropped because no unsigned numeric Windows data
types were supported. There have been many customers complaining about
this and a "fix" is available from product support. It adds back the
support for unsigned display numerics (which you are using), it does not do
anything about the potential problem of getting a negative number from the
Windows client (that problem will be addressed at a later date).
--------------------
From: "kalos" <kalodev@hotmail.com>
Newsgroups:
microsoft.public.hiserver.general,microsoft.public.snaserver.comti
Subject: HIS2004, Transanction Integration (TI) unsigned integer support
Date: 23 Sep 2005 04:11:16 -0700
Organization: http://groups.google.com
Lines: 15
Message-ID: <1127473876.609330.277030@g47g2000cwa.googlegroups.com>
NNTP-Posting-Host: 62.103.59.150
Mime-Version: 1.0
Content-Type: text/plain; charset="iso-8859-1"
X-Trace: posting.google.com 1127473882 23033 127.0.0.1 (23 Sep 2005
11:11:22 GMT)
X-Complaints-To: groups-abuse@google.com
NNTP-Posting-Date: Fri, 23 Sep 2005 11:11:22 +0000 (UTC)
User-Agent: G2/0.2
X-HTTP-UserAgent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1;
..NET CLR 1.1.4322),gzip(gfe),gzip(gfe)
X-HTTP-Via: 1.0 adsl2.localdomain:800 (squid/2.5.STABLE7)
Complaints-To: groups-abuse@google.com
Injection-Info: g47g2000cwa.googlegroups.com; posting-host=62.103.59.150;
posting-account=mIsHmA0AAAC3s6Oylbj_vRRZSsNcBjae
Path:
TK2MSFTNGXA01.phx.gbl!TK2MSFTNGP08.phx.gbl!newsfeed00.sul.t-online.de!t-onli
ne.de!border2.nntp.dca.giganews.com!nntp.giganews.com!postnews.google.com!g4
7g2000cwa.googlegroups.com!not-for-mail
Xref: TK2MSFTNGXA01.phx.gbl microsoft.public.hiserver.general:2040
X-Tomcat-NG: microsoft.public.hiserver.general
I am using COMTI with HIS2000 to access CICS on OS/390. CICS are
written in PL/I. I am evaluating HIS2004 for an upgrade, but there
seems to be problem with PL/I datatype representing an unsigned
integer, which are used extensively in the CICS program. HIS2004 has
dropped support for unsigned integer, so I have problem to find an
appropriate .NET or COM type for it. In HIS2000 for example I was using
a PIC 9(6) DISPLAY to represent a PL/I integer declared as PIC 9(6).
So, the question is why the support for unsigned integers were dropped
in HIS2004? I assume I can declare it as string a pad the area with
zeros, but that this is not very good solution. Any change of
re-supporting this datatype [Microsoft?] Any other suggestions?
Thanks
Kalodev |
|