Answer Posted / raghava
data one;
input number 10.;
datalines;
10
11
12
13
14
15
16
17
18
19
20
;
run;
data two;
set one;
if mod(number,2)=0 Then A=number; else B=number;
/* number=mod(number);*/
run;
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
Clarify the utilization of aggregator cache record?
I have three same source structure tables. But, I want to load into single target table. How do I do this? Explain in detail through mapping flow.
What are the settings that you use to configure the joiner transformation?
What is an active transformation?
Explain in detail scd type 2 through mapping.
EXL informatica Questions
What does command task mean?
how can we find the bottle neck in SQL Query in SOURCE QUALIFIER, and how can we tune it..?
Briefly describe lookup transformation?
What are the popular informatica products?
can we override a native sql query within informatica? Where do we do it?
What is the Process to creating lookup transformation in informatica
What are junk dimensions?
What if the source is a flat-file?
How you can differentiate between connected lookup and unconnected lookup?