View previous topic :: View next topic |
Author |
Message |
lal Beginner
Joined: 21 Oct 2003 Posts: 70 Topics: 25
|
Posted: Wed Nov 17, 2010 12:29 pm Post subject: Send message to a speicific terminal |
|
|
Hi Friends,
I have a program PROGRAMA which starts a new transaction by issuing 'EXEC CICS START ('NEWT)' command and the program (NEWPROG) associated with the transaction 'NEWT' has to issue a messsage to the screen in case of error.
In NEWPROG I am using 'EXEC CICS SEND TEXT' command but I am getting abend "ABM3 - A BMS input or output request has been issued from a task that is not terminal-oriented."
So can someone please guide me to route this message to the oringinal terminal which initiated the NEWT transaction.
Appreciate your help |
|
Back to top |
|
|
kolusu Site Admin
Joined: 26 Nov 2002 Posts: 12375 Topics: 75 Location: San Jose
|
Posted: Wed Nov 17, 2010 12:51 pm Post subject: |
|
|
lal,
Is ProgramA also another CICS program or MQ ? Alternatively try LINK instead of start new transaction.
Kolusu |
|
Back to top |
|
|
lal Beginner
Joined: 21 Oct 2003 Posts: 70 Topics: 25
|
Posted: Wed Nov 17, 2010 3:03 pm Post subject: |
|
|
Hi Kolusu,
Thanks for the reply, No I don't want to use LINK since I need to start a new transaction (NEWT) from the CICS program(PROGRAMA). The new transaction/program (CICS tran & program) (NEWT/NEWPROG) looks for output generated from the PROGRAMA.
Basically I need to send the message to the original terminal from the new transaction in case of any issues. |
|
Back to top |
|
|
|
|