Hi All,

I've 110 records in my table but 101 records contains an
error. When I run the session, I want to load the 100
records into the target. Can anyone suggest me the best
solution for this...


Thanks in Advance,

Answer Posted / cutepa1

Is this what you wanna say that 101th observation has an
error in your dataset and you wanna save those
observations(until 100th) into the target dataset. If it so,
I've an idea I think it shld help a bit.

Data nn;/* your new dataset*/
set base.agents;
/* a dataset named 'agents' that has more than 100
observations*/
if _Error_=1 then output;
/* _error_ is a PDV variable that returns '0' when there is
any error in the code and returns '1' when there is no error */
run;

Is This Answer Correct ?    0 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to update source definition?

621


How do you take back up of repository?

714


Different sorts of metadata that stores in the storage facility?

546


What is a filter transformation?

557


define galaxy repository in informatica

1714






The question was on time stamp. what is the difference between HH and HH24 when to use when.

1544


can anyone explain me about retail domain project in informatica?

7416


How will the document be delivered to me?

611


what is persistent lookup cahce?how to use and when to use this persistent lookup cahce?explain?

1769


Explain the etl program with few examples.

539


What are the advantages of informatica?

562


What is transformation?

651


Tell me about your experience in informatica? what is best mark you can give yourself? How to answer this question?

7751


Explain load alternative records / rows into multiple targets - informatica

671


What are multi-group transformations?

553