SetSyncType

Sets the synchronization type required for this CclOSession object.

SetSyncType(syncType as Integer)

SetSyncType(syncType as CclFlowSyncTypes)

syncType
The synchronization type required for this CclOSession object. Possible values are:
  • cclSync
  • cclDSynccclDSync

If cclSync is used, Start and Send calls using this flow will block the calling program until a reply is received from CICS®. If cclDSynccclDSync is used, Start and Send calls using this flow will return immediately to the calling program. The program can then use the Poll method to receive the reply from CICS at a later time.


Reference Reference

Feedback


Timestamp icon Last updated: Tuesday, 19 November 2013


https://ut-ilnx-r4.hursley.ibm.com/tg_latest/help/topic/com.ibm.cics.tg.doc//proref/hrfo082.html