IS FILE SET CAN SUPPORT I/P AND O/P LINK AT A TIME?
Answer / rajdeep chatterjee
No, it can have either one input link or one output link,
just like Dataset stage.
| Is This Answer Correct ? | 11 Yes | 2 No |
Two source files contains same meta data third file contains different data types can I funnel that file.
How we can convert rows to columns in datastage?
How do you reject records in a transformer?
if a column contains data like ram,rakesh,madhan,suraj,pradeep,bhaskar then I want to place names separated by commas in another columns how can we do?
In my project source data comes from MAINFRAME in files.so,This time data is coming as a binary file...I know for binary data we use Complex flat file stage..I have used it also..but on 'view data' data is not coming correctly..as it in MAINFRAME.give me some ideas..
Star Schema vs. Snow Flake Schema. What is the best model for DW? Give example for both the models performance wise?
1)How will u implement SCD2 by using surrogate key. 2)What are the disadvantages with surrogate key. 3)How will you handle nulls in your project for the varchar, integer data types. 4)Can I use two fact tables in star schema. 5)3 jobs are running on the 2 nodes after I added one more node so can I compile those jobs to run on three nodes.
In a table 100 records are there after 50records job is aborted how can u insert all records in target table.
Hi Friends, I have a input data like, class_id Marks 101 50 101 60 101 40 102 90 102 35 And i want my output data like class_id Marks Rank 101 50 2 101 60 1 101 40 3 102 90 1 102 35 2 how to do this in datastage?
8 Answers Cognizant, HCL, TIAA CREF,
what is meta data? Explain? Where it is used?
How can remove duplicates in a file using UNIX?
count number of deptno in a emp table?