Multiple choice technology

1.What does $ and $$ denote?

  1. Session Parameter and Mapping Parameter

  2. Mapping Parameter and Session Parameter

  3. System Variable and Session Parameter

  4. System Variable and User Defined Variable

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

In Informatica PowerCenter, $ denotes a Session Parameter (runtime values specific to a session) and $$ denotes a Mapping Parameter (defined at mapping level, reusable across sessions). The number of dollar signs distinguishes the scope - single $ for session-level, double $$ for mapping-level parameters. This is a standard naming convention.