Different ways a project can be moved to production
?...example ….export-import and
Version control.
No Answer is Posted For this Question
Be the First to Post Answer
when will you go for dataset and fileset?
explain about citrix scheduling tool in datastage
How to lode data in sequntional files perform faster?
what is meant by port ? what is the use of port ? what are the different type of ports and its usage
How to reverse the string using unix?
I am defining one varaible parameter date in job parameters.I want use this variable date in where clause in source query.
WHAT IS FORCE COMPILE?
In aggregator stage,to find the sum of the entire group of columns,it displays in binary format. How can i solve this problem.
How to exclude first and last lines while reading data into a sequential file(having some 1000 records).I guess probably by using unix filter option but not sure which to use
Sequential file i have one record,i want 100 records in target?How can we do that?Pls explain me and what stages are there?What logic?
How can we improve the performance in datastage?
input Name Salay Sam 10 Sam 30 Sam 20 Ram 40 Ram 50 Output should be Name Salary Count Sam 10 3 Ram 40 2 get min salary and count of name . OutPut 2 Name Seq Sam 1 Sam 2 Sam 3 Ram 1 Ram 2