HOW WILL YOU IMPLEMENT SURROGATE KEY IN SCD BY USING
SURR_KEY GENERATOR,THE VALUE OF S_KEY SHOULD NOT REPEAT
EVEN IF THE JOB IS COMPILED REPEATEDELY?
Answer Posted / kiran
If you want the SCD stage to generate new surrogate keys by
using a key source that you created with a Surrogate Key
Generator stage, you must use the NextSurrogateKey function
to derive the Surrogate Key column.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
root tree will find which is server job and which is parallel job?
How the ipc stage work?
What is difference between server jobs & parallel jobs?
How to reverse the string using unix?
EXPLAIN SCD
How do you import and export data into datastage?
if i have two tables table1 table2 1a 1a,b,c,d 1b 2a,b,c,d,e 1c 1d 2a 2b 2c 2d 2e how can i get data as same as in tables? how can i implement scd typ1 and type2 in both server and in parallel? field1 field2 field3 suresh , 10,324 , 355 , 1234 ram , 23,456 , 450 , 456 balu ,40,346,23 , 275, 5678 how to remove the duplicate rows,inthe fields?
Lookup constraints
how can we validate the flat files using the date in the header and number of records in the flat file? Using both conditions at a time.
what are .ctl(control files) files ? how the dataset stage have better performance by this files?
Which commands are used to import and export the datastage jobs?
Is it possible to implement parallelism in Mainframe Jobs ? If Yes how ? If no why ?
file having these input and we have to get 3 output using same job Input 1 1 1 2 3 4 4 4 o/p1 o/p2 o/p3 1 1 2 2 1 3 3 1 4 4 4
What is the process of killing a job in datastage?
What is "fatal error/rdbms code 3996" error?