Multiple choice technology mainframe

What are the two types of interfaces provided by CICS to application programs?

  1. Command level

  2. Macro level

  3. Program level

  4. Transaction level

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

CICS provides two programming interfaces: Command Level (higher-level, easier to use, modern) and Macro Level (lower-level, uses assembly-style macros, legacy). Program Level and Transaction Level are not standard CICS interface types.