OSI/AS Programming Manual
APS_ACTIVITY_GETPARAM_
APS Procedure Calls
056783 Tandem Computers Incorporated 3–15
sync
output
INT(32) .EXT:ref:1
is the synchronization point serial number. It is available only after an activity end
request completion or after you have received one of the following primitives:
Activity end indication
Activity resume indication
See ZAPS-DDL-SYNC in Appendix A for further information about this
parameter.
old-conid
output
INT .EXT:ref:(ZAPS-DDL-L5-CONID)
shows the identifier of the connection over which the activity was originally
started. Note that this is a session connection identifier and not a CEPI. The
difference between a connection identifier and a CEPI is explained in Section 2.
This parameter applies only after you have received an activity resume indication
primitive.
old-activity-id
output
INT .EXT:ref:(ZAPS-DDL-ACTIVITY-ID)
shows the identifier that the activity had when it was last interrupted. This
parameter applies only after you have received an activity resume indication
primitive.
Considerations
Because this procedure does not perform any file-system I/O operations, the
request is always completed immediately after the procedure call. Even in nowait
mode, do not call MFM_AWAITIOX_ to complete this procedure.
To retrieve parameters with this procedure, you must have either received an
APS_ACTIVITY_ENDREQ_ completion or done both of the following:
Called APS_EVENT_RECEIVE_ for this CEPI
Received one of the primitives listed at the beginning of this procedure
definition
Note that the parameters for this CEPI are cleared when you next call either
APS_EVENT_RECEIVE_ or an APS procedure that initiates a file-system I/O
operation. Table 2-11 in Section 2 shows which procedures initiate I/O operations.