Differentiate between validated and Compiled in the Datastage?



Differentiate between validated and Compiled in the Datastage?..

Answer / Senjons Murmu

In DataStage, validation checks the syntax of the job for errors. If no errors are found, the job is considered valid. Compilation converts the validated job into executable code that can be run on the server.nValidation ensures the correctness of the job design while compilation prepares the job for execution.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Data Stage Interview Questions

What are the different common services in datastage?

1 Answers  


What is the different type of jobs in datastage?

1 Answers  


Instead of using shared container in a job, I use jobs which perform similar function as Container in the sequence. Then what is the need of Shared Container?

1 Answers   TCS,


which cache supports connected & un connected Lookup

1 Answers   Wipro,


Explain usage analysis in datastage?

1 Answers  


What are stage variables and constants?

1 Answers  


what is the use of DSattchJob?DetachJob? where can we find it?

0 Answers   IBM,


Define project in datastage?

1 Answers  


If we take 2 tables(like emp and dept),we use join stage and how to improve the performance?

1 Answers  


What is developer responsibilities in UAT (user acceptance testing and Post implementation phase?

1 Answers  


I have 2 files 1st contains duplicate records only, 2nd file contains Unique records.EX: File1: 1 subhash 10000 1 subhash 10000 2 raju 20000 2 raju 20000 3 chandra 30000 3 chandra 30000 File2: 1 subhash 10000 5 pawan 15000 7 reddy 25000 3 chandra 30000 Output file:-- capture all the duplicates in both file with count. 1 subhash 10000 3 1 subhash 10000 3 1 subhash 10000 3 2 raju 20000 2 2 raju 20000 2 3 chandra 30000 3 3 chandra 30000 3 3 chandra 30000 3

2 Answers   TCS,


what is the diff between sequential file and fileset stages?

3 Answers  


Categories