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 |
Pls tell me what is troubleshooting in datastage view?
What are the types of containers in datastage?
On which Dimension Table you implemented SCD Type in your Project
Difference between sequential file and data set?
what is the differeces between hash and modulus partition methods
hi this is kiran i have one table i want divide the table with two different table like even rows and odd rows how can i do this one tell me plzz
What is the sortmerge collector?
Is possible to create skid in dim,fact tables?
what are .ctl(control files) files ? how the dataset stage have better performance by this files?
eno ename 1 qaz 1 wsx 1 edc 2 zxc 2 asd 3 qwe 3 wer 3 tru 4 rgj Output: eno ename count 1 qaz,wsx,edc 3 2 zxc,asd 2 3 qwe,wer,tru 3 4 rgj 1 I want the above output to be solved by DataStage as well and I have to write SQL query for the same output.
one file contains col1 100 200 300 400 500 100 300 600 300 from this i want to retrive the only duplicate like this tr1 100 100 300 300 300 how it's possible in datastage?can any one plz explain clearley..........?
If I make any changes in the parallel job,do I need to implement the changes in the sequencer job,else the changes will be reflected automatically