Sends data to conversation CON1.
| result | result := CICS appcsend convid: 'CON1'; from: 'This is written in Smalltalk!'; length: 29; exec.