When an application running from a cicsterm session issues one of the following commands the transaction named in the TRANSID option starts immediately without any user input.
EXEC CICS RETURN TRANSID(name) IMMEDIATE
EXEC CICS RETURN TRANSID(name) IMMEDIATE INPUTMESSAGE(data-area)
When
the INPUTMESSAGE option is specified, the contents of the data-area are
passed to the new transaction, and the screen is not updated with
the data-area contents.Issuing these EXEC CICS commands from cicsterm does not result in the StartTranExit or ReplyExit user exits being driven. See EPI user exits for more information.