when we have to go for a sequential file stage & for a
dataset in datastage?
Answer / srinu
when the memory limit requirement is more then we go for
dataset.because sequential file does not support more than
2gb memory limit
| Is This Answer Correct ? | 2 Yes | 0 No |
how to handle null values in sequential file?
How and where you used hash file?
INPUT file 'A' contains: 1 2 3 4 5 6 7 8 9 10 input file 'B' contains: 6 7 8 9 10 11 12 13 14 15 Output file 'X' contains: 1 2 3 4 5 Output file 'Y' contains: 6 7 8 9 10 Output file 'Z' contains: 11 12 13 14 15 How can we implement this in a single ds job?
Explain ibm infosphere information server and highlight its main features?
What is developer responsibilities in UAT (user acceptance testing and Post implementation phase?
How do u view log file for a particular job?
what is .dsx files
what is repositery?
How do you import and export data into datastage?
How to remove duplicates in transformer stage? in parallel mode
Hi, I am getting data from sequential file like below column1 A&B C&D A&E X&Y&Z v&x But I need the target column as like below column1 A and B C and D A and E X and Y and Z v and x
in oracle target stage when we use load option and when we use upsert option?