Page 1 of 1

XCTL, LINK and CALL in CICS.

Posted: Sat Oct 28, 2017 2:01 pm
by Aarohi Saxena
Hi,

In CICS to call another program we use XCTL and LINK. Is it a normal rule to avoid CALL in COBOL CICS program? Please advise.

Re: XCTL, LINK and CALL in CICS.

Posted: Sat Oct 28, 2017 4:29 pm
by nicc
Do you understand what each type of call does?

Re: XCTL, LINK and CALL in CICS.

Posted: Sat Oct 28, 2017 5:13 pm
by Robert Sample
There are times when you want to use CICS XCTL, times when you want to use CICS LINK, and times when you want to use COBOL CALL, even in a CICS program. You need to learn the differences between them to start learning when to use each.