what is the new version in Datastage ? what is the diff b/t
New vesion & 7.5 version?
Answer Posted / raju.m
creation of users is OS level (7.5x2)
creation of users is Datastage (8)
| Is This Answer Correct ? | 0 Yes | 6 No |
Post New Answer View All Answers
how to achieve this output ? Two Input columns(ID & Name) - ID | Name 1 | Jack 1 | Kara In output there should be only 1 column which will be populated as - 1,Jack 1,Kara
1)How will u implement SCD2 by using surrogate key. 2)What are the disadvantages with surrogate key. 3)How will you handle nulls in your project for the varchar, integer data types. 4)Can I use two fact tables in star schema. 5)3 jobs are running on the 2 nodes after I added one more node so can I compile those jobs to run on three nodes.
how to use self join using datastage ? can u tell me using stage how can we implemnet the self join
Describe link sort?
Enlist various types of routines in datastage.
1.new record it will insert but changes of natural key is not present in taget i want to update (here key is composite natural key )can any one help this to explan how to do
How many types of hash files are there?
To see hidden files in LINIX?
Have you used Unstructured data?
How do you import and export data into datastage?
How to reverse the string using unix?
How do you import and export the datastage jobs?
What is "fatal error/rdbms code 3996" error?
Why do we use exception activity in Datastage?
1)s.key generate 1 to 700 records today. tomorrow another 400 will updated how to update the records using s.key generator? 2)source is like :-- DB --> T/F stage1 --> seq1file T/f 1 is linking with T/F2 ---> seq 2 how to load the data? in source i given some conditions those r going in seq1. The another data will going to seq2 how to do this ?