Chris. Lee
Guest
|
Posted:
Sun Oct 30, 2005 5:50 pm Post subject:
address field |
|
|
I am writing LUA program to exchange data with CICS via HIS 2000.
My LUA program is using SLI verbs such as SLI_OPEN, SLI_SEND, SLI_BID and
SLI_RECEIVE.
Do I need to fill in OAF, DAF and ODAI explicity when using SLI_SEND to send
data to Host or HIS will fill it up for him. Of course I can get those value
from SLI_OPEN.
Secondly, what is the purpose for ODAI field and what value should I fill in
if I need to?
Thanks in advance for all your helps.
Best regards,
Chris. |
|
Charles Ezzell (MSFT)
Guest
|
Posted:
Mon Oct 31, 2005 1:51 pm Post subject:
Re: address field |
|
|
No, you do not need to fill in OAF/DAF/ODAI. OAF and DAF are RETURNED values
as part of lua_th.
ODAI = The origin destination address indicator field for this session. It
is not available for you to "change"
--
HTH,
Charles Ezzell
Microsoft
This posting is provided "AS IS" with no warranties, and confers no rights.
Use of any included samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm
"Chris. Lee" <ChrisLee@discussions.microsoft.com> wrote in message
news:95A45CE5-DA5D-49CA-91F6-B155D361E52F@microsoft.com...
| Quote: | I am writing LUA program to exchange data with CICS via HIS 2000.
My LUA program is using SLI verbs such as SLI_OPEN, SLI_SEND, SLI_BID and
SLI_RECEIVE.
Do I need to fill in OAF, DAF and ODAI explicity when using SLI_SEND to
send
data to Host or HIS will fill it up for him. Of course I can get those
value
from SLI_OPEN.
Secondly, what is the purpose for ODAI field and what value should I fill
in
if I need to?
Thanks in advance for all your helps.
Best regards,
Chris. |
|
|