WHAT IS FORCE COMPILE?
Answers were Sorted based on User's Feedback
Answer / disney
For parallel jobs there is also a force compile option. The
compilation of parallel jobs is by default optimized such
that transformer stages only get recompiled if they have
changed since the last compilation. The force compile
option overrides this and causes all transformer stages in
the job to be compiled. To select this option:
Choose File > Force Compile
| Is This Answer Correct ? | 23 Yes | 1 No |
Answer / veeresh
When re-compiling a job, the optimizer will not compile code it detects was not changed. A Force Compile re-compiles all the code in the job.
| Is This Answer Correct ? | 6 Yes | 1 No |
Answer / vijaya
when ever u compile the job for first time it is know as
force compile when ever u do some changes to the job and
compile the job this compilation is known as ordinary compile
| Is This Answer Correct ? | 10 Yes | 14 No |
What is meta stage?
Hi, i did what you mentioned in the answer, i.e. source- >Transformer -> 3 datasets. Iam able to see the data in datasets but its not sort order... Can you tell how sort the data?? i also checked Hash partition with performsort.
i have a table col1 10 20 30 40 10 20 50 my requirement is how to retrive only duplicates like 10 10 20 20 like this how it's possible in SQL?
What are the benefits of datastage?
i have source like balance,drawtime 20000, 8.30 50000,10.20 3000,4.00 i want target like this balance,drawtime 20000, 20.30 50000,22.20 3000,16.00
if we using two sources having same meta data and how to check the data in two sources is same or not? and if the data is not same i want to abort the job ?how we can do this?
What are the different kinds of views available in a datastage director?
project Steps,hits, Project level HArd things,Solved methods?
I have source file which contains duplicate data,my requirement is unique data should pass to one file and duplicate data should pass another file how?
State the difference between an operational datastage and a data warehouse?
Define Job control?
what is diff b/w datastage 8.1,8.5,8.7?