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 |
How to remove duplicates in transformer stage? in parallel mode
How do you register plug-ins?
How can you write parallel routines in datastage PX?
What is the process of killing a job in datastage?
Is there any possibility to generate alphanumeric surrogate key?
I am having the 2 source files A and B and I want to get the output as, the data which is in file A and which doesn't in file B to a target 1 and which is in file B and which doesn't in file A to a target 2?
How do you import and export data into datastage?
Hi This is Vijay, How can your remove the duplicates in sequential File?
15 Answers HCL, Scope International,
1)Source file contains one record, I want 100 records in target file.
if ename='subbu' while running job the job should be abort how come?
what is parameterset?
why dataset ?