Page 1 of 1

EXEC CICS RETURN and GOBACK

Posted: Thu Apr 28, 2016 2:53 pm
by Leena
Hi,

We can use EXEC CICS RETURN and GOBACK both in the CICS program but we don't use GOBACK, what is the reason behind it?
I was not even sure if we can use GOBACK or not, forget about the answer to above question :(... can some one please say why is it so?

Re: EXEC CICS RETURN and GOBACK

Posted: Thu Apr 28, 2016 5:34 pm
by Robert Sample
Yes, GOBACK is allowed in a CICS program.  However, it is affected by other considerations -- see https://www.ibm.com/support/knowledgece ... _flow.html for more details.

Re: EXEC CICS RETURN and GOBACK

Posted: Thu May 05, 2016 2:11 pm
by Leena
Thanks for the link Robert.