Hi,
I understand that the logical level is important when using EXEC CICS RETURN instead of GOBACK,
https://www.ibm.com/support/knowledgece ... fhp3p9.htm
but why would I want to create a lower logical level?
Why would I call a subprogram that uses commarea, using EXEC CICS LINK instead of CALL?
Probably in > 90% of the time subprograms want to return to the caller, so why not simply use GOBACK and don't care about how they were called?
Are there other differences if using EXEC CICS RETURN beyond the flow?
Did you have any situation that you needed to use EXEC CICS RETURN instead of GOBACK?
Thank you very much!!!