OSI/AS and OSI/TS Supplement (Includes RFC-1006 Support)
General OSI/AS and OSI/TS Manual Changes and Corrections
107751 Tandem Computers Incorporated 8–19
error
returned value
Return values are:
ZAPS-ERR-OK
ZAPS-ERR-PARAM-BOUNDS
ZAPS-ERR-PARAM-MISSING
ZAPS-ERR-PARAMETER
compressed-object-id
input
INT .EXT:ref:(ZAPS-DDL-OBJ-ID)
is the compressed form of an object ID.
expanded-object-id
output
INT .EXT:ref:(ZAPS-DDL-OBJ-ID-32)
is the expanded form of an object ID.
Considerations:
If the object ID cannot be expanded, the error ZAPS-ERR-xxx parameter is
returned. This procedure accepts a null compressed-object-id and returns a null
expanded-object-id (znum-elements = 0).
New parameter for the APS_ASSOC_ATTACH_ procedure call: This procedure has
one new parameter,
compress-objid
.
This procedure allows you to tell the OSI/AS subsystem that you are ready to
establish a session, presentation, or ACSE connection if a remote application requests
one. After the APS_ASSOC_ATTACH_ procedure has completed successfully, use the
APS_EVENT_RECEIVE_ procedure to wait for a connect indication to arrive.
To be able to accept more than one connect indication, call APS_ASSOC_ATTACH_
once for each connect indication you wish to accept.
For further information on the use of this procedure, see “Establishing a Connection as
the Responding User” in Section 2 of the Tandem OSI/AS Programming Manual.
status
:= APS_ASSOC_ATTACH_ (
cepi
! O
,
api-environment
! I
,
local-appl
! I
,[
tag
] ! I
,[
service-id
] ! I
,[
subdevice-name
] ! I
,[
compress-objid
] ); ! I