Skip to main content

Send and Receive statement

  • August 29, 2022
  • 2 replies
  • 0 views

Alex Albergo

Has anyone ever used the SEND and RECEIVE verbs to communicate to other programs inACU, if so, can you send me the source or snippet of the source and how successful were you using it.

TIA

Alex


#receive
#AcuCobol

2 replies

Martin Turner

Has anyone ever used the SEND and RECEIVE verbs to communicate to other programs inACU, if so, can you send me the source or snippet of the source and how successful were you using it.

TIA

Alex


#receive
#AcuCobol

Try this basic sample that uses SEND and RECEIVE.

community.microfocus.com/.../ThreadBasic.zip


Alex Albergo
  • Author
  • Participating Frequently
  • September 26, 2022

Try this basic sample that uses SEND and RECEIVE.

community.microfocus.com/.../ThreadBasic.zip

Thank you I have been able to download the zip file.