What are operators in datastage?
Answer / abhisek
The parallel job stages are made on operators. A single stage might belong to a single operator or to a number of operators.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are stage variables and constants?
how to design the change capture stage in(data stage parallel jobs) type 2
how to validate the jobs
Source has 2 columns: USA,NewYork INDIA,MUMBAI INDIA,DELHI UDS,CHICAGO INDIA,PUNE i want data in target like below: INDIA,MUMBAI1 INDIA,DELHI2 INDIA,PUNE3 USA,NEWYORK1 USA,CHICAGO2
while we using change capture stage we have to be take two table thats are 1.before table 2. after table . what is before table and after table please give me clear notation Thank You very much in advance
A flatfile contains 200 records.I want to load first 50 records at first time running the job,second 50 records at second time running and so on,how u can develop the job?pls give the steps?pls pls
WHAT ARE THE COMMON ERRORS IN DATA STAGE?
I HAVE EMP TABLE, 4 COLS R THERE COL1,COL2,COL3,COL4 ID-- 101,102,103,104 SAL-- 1000,4000,2000,5000 DATE-- COLUMN. I WANT TO DISPLAY THE DATA PREVIOUS MONTH HIGEST SAL ?
On which Dimension Table you implemented SCD Type in your Project
Difference between JOIN,LOOKUP,MERGE?
How many input links can you give to a Transformer stage?
how can or from where we can get reference data in scd type2 implementation?