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
Can you use flat files in Mapplets.
What is event and what are the tasks related to it?
What is the difference between informatics 7x and 8x and what is latest version?
Explain in detail scd type 2 through mapping.
Suppose we have a source qualifier transformation that populates two target tables. How do you ensure tgt2 is loaded after tgt1?
how can we find the bottle neck in SQL Query in SOURCE QUALIFIER, and how can we tune it..?
How to generate sequence numbers without using the sequence generator transformation?
Which development components of informatica have the highest usage?
Explain what are the different types of transformation available in informatica.
What is Session and Batches?
What is DR strategy for Informatica project?
What are the different clients of powercenter?
what are the Methods For Creating Reusable Transformations?
What is Data Caches size?
Explain the tuning lookup transformation - informatica