what is the custome stage in datastage? how can we impliment that one? plz tell me
No Answer is Posted For this Question
Be the First to Post Answer
Why do we use exception activity in Datastage?
what is initial load and incremental load
where the log files or tables can store in DS?
I have 2 jobs.I want to ru job B if job A has run 3 times.How can I achieve this through datastage
if a column contains data like abc,aaa,xyz,pwe,xok,abc,xyz,abc,pwe,abc,pwe,xok,xyz,xxx,abc, roy,pwe,aaa,xxx,xyz,roy,xok.... how to send the unique data to one source and remaining data to another source????
I have a few records just I want to store data in to targets cycling way how?
how CAN we remove duplicates in dataset?
how to read 100 records at a time in source a) hw is it fr metadata Same and b) if metadata is nt same?
What are the steps needed to create a simple basic datastage job?
Is there no issue when you try to convert a NOt null column in nullable and vice versa in aggregator styage and transformer stage? When I tried i got the warnings but in a running code I can see such type of scenarios. Please explain
what is stage is used for below Input columns: dept|mgr|employee|salary Output columns: mgr|count of employee per mgr|avg salary per dept note: each dept has one mgr and each mgr has many employees
cust id,cust quty like 1,101;1,102;1,103 i want output like cust id,cust quty 1 101,102,103 in oracle please write a query in oracle