Linking and passing control to other programs (CICS online programs only)

Use CICS® to link your program to other programs without losing access to the facilities acquired in the linking program.

For example:

Recommendation: To simplify your work, instead of linking to another program, you can issue all DL/I requests from one program module. This helps to keep the programming simple and easy to maintain.

Terminating a PSB or issuing a sync point affects the linking program. For example, a terminate request or sync point that is issued in the program that was linked causes the release of CICS resources enqueued in the linking program.