it is possible to load two tables data into one sequential
file?if possible how?plz share with me?
Answer Posted / amit
Two tables means, there is a possibility of mismatching metadata. In this case also, we can load data into a sequential file without maintaining the metadata of two tables.
If we want to keep track of these records, then we can, add one record identifier field, to later identify the records while extracting data from file.
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How do you generate sequence number in datastage?
How can we perform the 2nd time extraction of client database without accepting the data which is already loaded in first time extraction?
how to add a new records into source?
what is the use of materialized view?
What is the difference between server job and parallel jobs?
How can we improve the performance in datastage?
How to reverse the string using unix?
What is datastage engine?
What is the flow of loading data into fact & dimensional tables?
What is a datastage job?
Name the different sorting methods in datastage.
Why do we use link partitioner and link collector in datastage?
i have a job with 3 possibiliies finish with ststus ok abbort warning how do you handle these 3 in job sequence? explain the situation where you have appiled scd in your project? chandu
Terminate Activity
how to read 100 records at a time in source a) hw is it fr metadata Same and b) if metadata is nt same?