Multiple choice technology mainframe

CICS Supports both static and dynamic calls TRUE or FALSE?

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

CICS supports both static calls (compile-time binding) and dynamic calls (runtime binding) for program invocation. This flexibility allows developers to choose between performance optimization (static) and runtime flexibility (dynamic) when designing CICS applications.