WHAT IS FORCE COMPILE?

Answers were Sorted based on User's Feedback



WHAT IS FORCE COMPILE?..

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

WHAT IS FORCE COMPILE?..

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

WHAT IS FORCE COMPILE?..

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

Post New Answer

More Data Stage Interview Questions

Where do the datastage jobs get stored?

0 Answers  


How to remove duplicates in transformer stage? in parallel mode

6 Answers   Syntel, TCS,


I have a few records just I want to store data in to targets cycling way how?

0 Answers   Polaris,


How do you reject records in a transformer?

0 Answers  


how many write modes are there in ds

2 Answers   IBM,






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?

1 Answers   IBM,


What is the purpose of pivot stage?

0 Answers  


What is the function in Transformer stage can act as Rank Function in oracle

1 Answers   Reliance,


in source is like seq file in date column have dd-mm-yy dddd-mmmm-yyyy mm-dd-yy yy-dd-mm yy-mm-dd i want to display only yy-dd-mm date formats only in tgt?

2 Answers   Wipro,


which unix commands mostly used in datastage

3 Answers   HSBC,


Create a job to load all unique products in one table and the duplicate rows in to another table. The first table should contain the following output A D The second target should contain the following output B B B C C Q2. Create a job to load each product once into one table and the remaining products which are duplicated into another table. The first table should contain the following output A B C D The second table should contain the following output B B C

3 Answers   Deloitte, IBM,


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?

7 Answers   CTS,


Categories