Whats the difference between $, $$, $$$
Answers were Sorted based on User's Feedback
Answer / abidu
$ - session variable
$$ - mapping parameter & variable
$$$ - system variable
| Is This Answer Correct ? | 69 Yes | 3 No |
Answer / purva
$ - These are the system variables like $Bad file,$input
file, $output file, $DB connection
$$ - Can any one tell me the scenario with example for
user defined variables
$$$ - $$$SessStartTime
$$$SessStartTime returns the initial system date value on
the machine hosting the PowerCenter Server when the server
initializes a session. $$$SessStartTime returns the session
start time as a string value. The format of the string
depends on the database you are using.
Thank You
| Is This Answer Correct ? | 17 Yes | 1 No |
Answer / rajeshkr7
Abidu is correct.
others - pls do not confuse people with wrong answers.
| Is This Answer Correct ? | 7 Yes | 0 No |
Answer / sateesh
$ - Connection I nformation
$$ - Mapping parameters & Variables
$$$ - Sesion start time.
| Is This Answer Correct ? | 6 Yes | 2 No |
Answer / g praveen kumar
Yes i agree with Abidu and Rajeshkr7. Please don't confuse with different answers.
correct answer is:
$ - session variable and parameter
$$ - mapping parameter & variable
$$$ - system variable
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / gopal
$$ - is used for Parameter...see the below example
select a,b,c from <table> where <table>.date-$$date_filter
when you define parameter file in the src File directory
and this should be given in session, if in parameter file
if you give 10, then above query will be as below
select a,b,c from <table> where <table>.date-10
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / praveen kumar pendekanti
$--- single doollar is system defiend variables
$$--- double dollar is user defined variabes
$$$--- No idea....(just send me if u know)
| Is This Answer Correct ? | 5 Yes | 5 No |
When will you use SQL override in a lookup transformation?
how to return multiple columes through through un-connect lookup?
what is the use of Data Mart?
in my source table i want to delete first and last records and load in between records into target? how can it possible?
3 Answers HCL, Thomson Reuters,
What is query panel?
how to create user defined function (udf) in informatica
Explain the types of transformations?
What is the difference between view and materialised view?
Explain sessions?
Lookup transformation, one condition is having SQL override (Empno < 10) and the other condition is Lookup (Sal>1000), which is dynamic. How will u resolve this situation?
for ex: in source 10 records are there with column sal. use a filter transformation condition as Sal=TRUE and connect to target. what will happen.
what is bridge tables in informatica