Multiple choice technology

which is true about mapping parameter and variables

  1. a.A mapping parameter and the variables retains the same value throughout the entire session.

  2. b.a mapping variable represents a value that can change through the session.

  3. c.You can create mapping parameters and variables in the Mapping Designer or Mapplet Designer.

  4. d. None of the above

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

Mapping variables can change values during session execution, and the Informatica Server saves the updated value in the repository for use in the next session run. Mapping parameters, however, retain a constant value throughout the entire session. Both parameters and variables can be created in Mapping Designer or Mapplet Designer.