data stores in which location while using data set stage as the target?
Answer / srini
The Dataset stage contains Two files one is Descriptor and
the other is Data file.Usually what we give in the file
path contains the Descriptor file and actual data will be
stoerd in the Data file with has same name but with Number
of partitions as the suffix in u r job.The location will
the what u mentioned in the config file for Resource disk.
| Is This Answer Correct ? | 13 Yes | 0 No |
What is the use of datastage director?
What are some different alternative commands associated with "dsjob"?
what is the definitions for Datawarehose and Datamart?
i have the source from Uk,north america how can i pass the data two tables based on the locations
how can we generate row values like 1 1 1 2 2 2 3 3 3 using col generator plz let me know
what is the difference between the active datawarehouse and datawarehouse
what is sparse lookup?
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?
can any 1 put a difference between datastage 7.5 and 8.0 all concepts plz r mail 2 me anu4u09@gmail.com
i have a scenario like two columns(Empno, Ename) in that duplicate records are there, so my question is how to get second duplicate record in datastage.
how to transfer file from one system to another system in unix? which cmd to be use?
how to convert rows into columns