Terry Bullington [MSFT]
Guest
|
Posted:
Mon Mar 07, 2005 11:30 pm Post subject:
RE: HOST DATA TYPE CONVERT |
|
|
The problem is that your original COBOL definition is an unsigned numeric
data type and there are no supported unsigned Windows data types. You can
either change the definition to be signed (as shown by Transaction
Integrator Designer) or you can contact Microsoft support to obtain a fix
that allows mapping unsigned data types to signed data types.
--------------------
Thread-Topic: HOST DATA TYPE CONVERT
Hi.
i have problem with convertion from pic(9) datatype.
When i import cobol definition commarea i have someone warnings about this
convertion, but process end normaly.
when i send the data to cics program, this programs receive diferents
values.
in c# program and compent this parameters is short datatype, that only
diference that i see is:
in the commarea the definition is:
05 WS-WK-CANT-RECIB PIC 9(02).
In the Transaction Integrator project in Host Data Type column this
definition is:
05 WS-WK-CANT-RECIB PIC S9(02) DISPLAY.
I try changed diferets data type but i have the same problem..
Someone help. is very urgent for us resolve this problem.
--
thanks |
|