Which is neither or nor the functionality of CICS?
-
CICS cannot handle file management by itself.
-
CICS helps in task of monitoring.
-
CICS doesn't need the statements like READ, WRITE, OPEN.
-
CICS doesn't act as data communication system.
-
CICS takes care of system functions along with application program functions.
CICS cannot directly handle file management by itself - it relies on access methods like VSAM for file operations (A is true). CICS does not act as a data communication system - it manages communication but the actual data communication is handled by the system's telecommunications controller (D is true). CICS does help with monitoring (B is false). CICS does need READ/WRITE statements for file operations (C is false). CICS does handle both system and application program functions (E is false).