Sends data using the CONVERSE command.
| result state | result := CICS appcconverse convid: 'CON1'; from: 'Happy days are here again'; fromlength: 25; maxlength: 2000; notruncate; exec. state := result state.