AGGREGATOR default datatype
No Answer is Posted For this Question
Be the First to Post Answer
Why do we use exception activity in Datastage?
how do u capture duplicates through sort & transformer
how to find out number of records imported into source file?
What are the partitioning techniques available in link partitioner?
How can we do null handling in sequential files
WHAT IS FORCE COMPILE?
i hav source like this . deptno,sal 1,2000 2,3000 3,4000 1,2300 4,5000 5,1100 i want target like this target1 1,2000 3,4000 4,5000 target2 2,3000 1,2300 5,1100 with out using transformer
How can we run same job in 1 day 2 times
country, state 2 tables r there. in table 1 have cid,cname table2 have sid,sname,cid. i want based on cid which country's having more than 25 states i want to display?
I am defining one varaible parameter date in job parameters.I want use this variable date in where clause in source query.
How can we improve performance of data stage jobs?
What is the Environment Variable need to Set to TRIM in Project Level?(In transfermer, we TRIM function but I need to impliment this project level using Environment variable)