Multiple choice technology mainframe

The output of the CICS translator is modified source code and a file with all the CICS commands in an internal CICS format.

  1. True

  2. False

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

The CICS translator produces modified source code where CICS commands are converted to CALL statements, but it does NOT create a separate file with internal format commands. The translator output is still executable source code, not a separate internal representation.