What are the third party tools you used in your project?
In Informatica,for the table I can find coreesponding dependent mappings.Likewise can I find the dependent jobs with all the information by using the table name
Source Like department_no, employee_name ---------------------------- 20, R 10, A 10, D 20, P 10, B 10, C 20, Q 20, S and Output should be like this department_no, employee_list -------------------------------- 10, A 10, A,B 10, A,B,C 10, A,B,C,D 20, A,B,C,D,P 20, A,B,C,D,P,Q 20, A,B,C,D,P,Q,R 20, A,B,C,D,P,Q,R,S
hi, how would i run job1 then job 3 , then job2 in a sequence of job1 ,job2,job3. Thanks sunitha
how to call sequential generator in datastage?
How do u set a default value to a column if the column value is NULL?
what are the devoleper roles in real time? plz tell i am new to datastage....
what is a message handler
how to clear the source file? 2) diff b/t odbc & Oracle?what is node? 3) explain one complex job u face in ur project
How to enter a log in auditing table whenever a job get finished?
What is the difference between hashfile and sequential file?
diff between changecapture & diffrence stage which situvation we can use the diffrence stage ?
Different ways a project can be moved to production ?...example ….export-import and Version control.