Ans: The COBOL compiler works with the Integrated CICS translator When we use it Fromcompiler option.
When the compiler face CICS statements in the source program, it interfaces with the integrated CICS translator.
Then translator takes actions on the CICS statements and then back to the compiler, show what native language statements to generate.
There is no restrictions in Integrated Translator as compared to Separate Translator.
To handle both native Cobol and embedded CICS statements in the Source Program.