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

As union transformation gives UNION ALL output, how you will get the UNION output?

648


What are the restrictions of union transformation?

581


How to handle decimal places while importing a flatfile into informatica?

727


Explain sessions?

606


What are the tuning techniques you applied during your last project

1567






How would you join a node to the already existing domain?

683


What is informatica etl tool?

556


How do you manage the Parameter files while migrating your data from one environment to another environment?

555


What will be the approach?

583


Explain in detail about scd type 1 through mapping.

592


how will u take the data from clint server and next what u do in datamodeling what u will u do in staging area what u will u do next what u are doing please give the step by step by process

1699


Where are the source flat files kept before running the session?

627


According to his methodology what all you need before you build a datawarehouse

1191


I have done MBA in 2008. i got job as business analyst in 2008 january through consultany. but after 3 months they are giving training Informatica developer. now iam continuing this job. my question is when iam going to interview HR people ask me many times like this " YOU ARE MBA GRADUATE. HOW YOU ARE SELECT THIS POSTION. IAM EXPLAINING WHAT I HAVE MENTION ABOVE". PLEASE TELL HOW IAM TELLING THIS QUESTION ANSWER.

1631


What is Cognos script editor?

3788