OSI/AS Programming Manual
APS_ASSOC_CONNECTREQ_
APS Procedure Calls
3–32 056783 Tandem Computers Incorporated
local-appl
input
INT .EXT:ref:(ZAPS-DDL-APPL-ADDR)
specifies the name and/or OSI address of your application. For more information
about this parameter, see “Considerations.”
remote-appl
input
INT .EXT:ref:(ZAPS-DDL-APPL-ADDR)
specifies the name and/or OSI address of the remote application you wish to
connect to. For more information about this parameter, see “Considerations.”
session-rqmnts
input
INT .EXT:ref:(ZAPS-DDL-L5-RQMNTS)
specifies which session functional units you wish to use and indicates your initial
settings (if appropriate) for the synchronization point serial number and the
tokens. For more information about this parameter, see “Considerations” and
Appendix A.
conid
input
INT .EXT:ref:(ZAPS-DDL-L5-CONID)
is the session connection identifier. Its use is not strictly defined and should,
where possible, be agreed upon in advance with the remote application. You
cannot specify the called reference in this procedure call. See Appendix A for the
structure of this parameter.
user-data
input
INT .EXT:ref:*
contains the user data you wish to send to the remote application. You can, for
example, use this data to establish protocols or give initial information to the
remote application. See “Considerations” for the maximum amount of data you
can send. You must define the structure of the data buffer, as described in
“Defining User Data Buffers” in Section 2. For a normal-mode presentation or
ACSE connection, you must also encode the data, as described in “Encoding ACSE
and Presentation User Data” in Section 2.
tag
input
INT(32):value
is for use in nowait mode only. Specify a unique value to identify this instance of
the procedure call. When the operation is complete, the MFM_AWAITIOX_
procedure returns the tag value, allowing you to match the completion with the
correct instance of the procedure call.