DISPLAY and ACCEPT should **not** be used for user communication - Screen I/O uses **BMS maps** with EXEC CICS SEND MAP and EXEC CICS RECEIVE MAP - Programs are **pseudo-conversational** (they terminate after each screen send and are reinvoked when the user presses a key) - We cover CICS programming