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 |
What are the different common services in datastage?
What is the different type of jobs in datastage?
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?
which cache supports connected & un connected Lookup
Explain usage analysis in datastage?
What are stage variables and constants?
what is the use of DSattchJob?DetachJob? where can we find it?
Define project in datastage?
If we take 2 tables(like emp and dept),we use join stage and how to improve the performance?
What is developer responsibilities in UAT (user acceptance testing and Post implementation phase?
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
what is the diff between sequential file and fileset stages?