Start

Start (session as Object,
     tranCode as String,
     startData as String)

or

Start (session as CclOSession,
     tranCode as String,
     startData as String)

session
The CclOSession object which controls the session which is to be used. It is set to NULL if no CclOSession object is used.
tranCode
The name of the transaction which is to be started
startData
Start transaction data. A NULL value indicates no data is required for the transaction being started.

Generates a 3270 data stream from the supplied data and transmits it to the CICS® server, starting the named transaction.