Multiple choice technology

Select the correct option with respect to a normalizer.

  1. Generated key port is generated for each REDEFINES clause

  2. Generated key port is generated for each OCCURS clause

  3. Generated Column ID is generated for each OCCURS clause

  4. Generated Column ID is generated for each REDEFINED clause

Reveal answer Fill a bubble to check yourself
A,C Correct answer
Explanation

In Normalizer transformation for COBOL files, a Generated Key port is created for each REDEFINES clause (identifies which redefinition is active). A Generated Column ID is created for each OCCURS clause (identifies the occurrence position). The reverse mappings in options B and D are incorrect.