The client is using a CA DADS Plus for CICS batch interface program to start a transaction and pass data to the program associated with the transaction. In the example below transaction RETR is being started and passing 35 bytes of data to it AAAAAAAAAABBBBBBBBBBCCCCCCCCCCDDDDD
FUNCTION=DADS,APPLID=(A11IC4S5,QUEUE),COMMAND=START RETR (AAAAAAAAAABBBBBBBBBBCCCCCCCCCCDDDDD)
But the program associated with the transaction never receives the data.