Multiple choice technology mainframe What are the two types of interfaces provided by CICS to application programs? Command level Macro level Program level 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.