What is the difference between validated and compiled in the datastage?
No Answer is Posted For this Question
Be the First to Post Answer
i have source like deptno,sal 1,2000 2,3000 3,4000 1,2300 4,5000 5,1100 i want target like target1 deptno,sal 1,2000 3,4000 4,5000 target2 2,3000 1,2300 5,1100 with out using transformerstage
How do you start developing a datastage project?
What are data elements?
what is main difference between change capture and change apply stages
What is the use of Row generator stage?
if ename='subbu' while running job the job should be abort how come?
hi All, i have one scenario like if source--->transformer-->2 target sequential files the 1 st target sequential file is loads the data from source and 2nd target sequntial file contain the 1st target total record count,and file name of 1 st target seq file and timestamp seperated by delimeter for example if source have 10 record the 1st target seq file hav 10 records and 2nd target seq file example 10|xyz.txt|20101110 00:00:00 could you please help me out how can i implement in datastage job.
can explain wt is the pool for file.
How many types of stage?
how can we perform the 2nd time extraction of client database without accepting the data which is already loaded in first time extraction
Explain the situation where you have applied SCD in your project?
How do you remove duplicate values in datastage?