CICS 14 - Working the LINK & XCTL

How to Pass a Control from One Program to other Program?
There are two ways of doing it.

  1. XCTL
  2. LINK
XCTL:Pass the control from one program to another program and we are expected to return the control back to original program.

Note: We can get back the control based on request


LINK :It is mainly used for Menu Driven Programs and screen based programs.
It doesn’t hold any resources.


Previous
Next Post »