HOST DATA TYPE CONVERT
Windows Server Forum Index Windows Server
Server discussion on Windows platform.
 
 FAQFAQ   MemberlistMemberlist     RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
 
Google
 
Web winserverhelp.com
HOST DATA TYPE CONVERT

 
Post new topic   Reply to topic    Windows Server Forum Index -> Host Integration Server
Author Message
Geoffrey
Guest





Posted: Sat Mar 05, 2005 4:17 am    Post subject: HOST DATA TYPE CONVERT Reply with quote

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
Back to top
Terry Bullington [MSFT]
Guest





Posted: Mon Mar 07, 2005 11:30 pm    Post subject: RE: HOST DATA TYPE CONVERT Reply with quote

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
Back to top
 
Post new topic   Reply to topic    Windows Server Forum Index -> Host Integration Server All times are GMT
Page 1 of 1

 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum




New Topics Powered by phpBB