Example 1

About this task

For the PUT > Target setting in an output card, select CICS. In the PUT > Target > Command field, enter:

-HOST myhost -SERVICE cicslsnr -TIMEOUT 20000 -UID user -PW 
pass -TRAN ABCD

This Target output command will:

  • connect to host myhost using service cicslsnr
  • change the socket timeout to 20 seconds
  • use the userid user and the password pass
  • run transaction ABCD passing the data mapped to the output card. The response from the transaction will be discarded, but its success status will be returned from the adapter