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 |
1.When did 8.1 parallel came into existence? 2.What is the difference between 7.5 and 8.1?
what is the use of surogate key in datastage
what is the difference between the join and look up explin me one exmple
What are transforms and what is the differenece between routines and transforms?
How to initialize environment variables?
Why do you need stage variables?
Explaine the implimentation of scd's in ds indetail, please send me step by step procedure to perform scd's 1,2,3. Please replay for this, Thanks in advance
A job is having only 2 stages I/p dataset and target table.Job is taking very long time to load 50 million records.How to improve performance of this job.
What are the unit test cases you used in your project?
How do u convert the columns to rows in datastage?
SOURCE LIKE I_D,F1,F2 --------- 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 O/P LIKE ID flag1 flag2 101 Y Y 101 N Y 102 Y N 102 N Y 104 Y Y 106 N Y
IS IT POSSIBLE TO USE DATASET AS A SOURCE FILE?