what is a force compile
Answers were Sorted based on User's Feedback
Answer / bhupathi reddy
you have done some changes in satage properties (i.e some business logic has been changed)which has already ran job , if u compile the job the compilation would be effect on which ever u modfied (i.e in recent changed stages).when ever you do the force compilation entire job will compile again .
| Is This Answer Correct ? | 2 Yes | 1 No |
how do u convert date in 20-12-07 to dec-20-2007 or 20-dec- 2007 or 20-dec-07 in parallel
when U have a remove dublicate option in sort stage, why we have a remove dublicate stage in PX, thought it is recamended to sort data before using a remove dublicate stage. I hae been thinking this from days....
If the job aborted in a sequencer, how can we start that from the previews successful job.
Drop duplicate records ... SOURCE LIKE .......... ID flag1 flag2 100 N Y 100 N N 100 Y N 101 Y Y 101 N Y 102 Y N 103 N N 104 Y Y 105 N N 106 N Y 102 N Y 105 Y Y in above file if any id having both the flags as "N" then that corresponding id records should be dropped, in above case o/p should be as ID flag1 flag2 101 Y Y 101 N Y 102 Y N 102 N Y 104 Y Y 106 N Y Steps to do : 1) Identified the id’s that got duplicated (both the flag values having vales “N”) 2) Look up with these id’s to existing id’s to drop .
what is the use of DSattchJob?DetachJob? where can we find it?
hi.... am facing typical problem in every interview " I need some critical scenarios faced in real time" plz help me guys
How do you remove duplicate values in datastage?
how can u connect the client system directly at any time?
table a contains 5 columns and table b contains 5 columns how can i get 10 columns at target?
i want for the 3rd max sal using for the any stage but max sal is based on the deptno ? any body know this ans pls send this mail siva3me@gmail.com
how to run a sequential file stage in parallel if the stage is used on the TARGET side
What is container and then types?