how to run a sequential file stage in parallel if the stage is used on the TARGET side
No Answer is Posted For this Question
Be the First to Post Answer
What is the project in datastage?
What is RCP
i have flat file and using unix how can i generate sequence number into targer?
hi All, i have one scenario like if source--->transformer-->2 target sequential files the 1 st target sequential file is loads the data from source and 2nd target sequntial file contain the 1st target total record count,and file name of 1 st target seq file and timestamp seperated by delimeter for example if source have 10 record the 1st target seq file hav 10 records and 2nd target seq file example 10|xyz.txt|20101110 00:00:00 could you please help me out how can i implement in datastage job.
in job of 30 one job is very slow due to this entire job is very slow how can u know which job is slow?
Star Schema vs. Snow Flake Schema. What is the best model for DW? Give example for both the models performance wise?
how to sort two columns in single job in datastage.
in sequtial file 2 columns avaliable, i want only one column load the target. for this we can do by modify and copy stage. But here when using modify stage (in property drop column1) until it is ok. if target is data set How to view the data. with out using data management. what is the reason for this. if any body know this answer plz tel me. thanks.
how do u convert date in 20-12-07 to dec-20-2007 or 20-dec- 2007 or 20-dec-07 in parallel
how do u capture duplicates through sort & transformer
how can you generate sequence number using only the sequential file stage?
i have a scenario in which i/p columns areID,salary with 1,1000 2,2000 and 3,3000 i need an extra column in the o/p named avg(salary)how can i get it?