what is the difference between lookup stage reject link and
merge stage reject link in datastage Parallel jobs?
Answer Posted / sravanthi agarwal w/o.sai sat
In Lookup stage we can capture the primary reject data
(input link to the lookup) and its only 1 link..
In case of Merge stage we can capture secondary rejected
data(depends on update links to the merge stage) and its
depends on update link count.....
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is the difference between informatica and datastage?
create a job that splits the data in the Jobs.txt file into
four output files. You will direct the data to the
different output files using constraints. • Job name:
JobLevels
• Source file: Jobs.txt
• Target file 1: LowLevelJobs.txt
− min_lvl between 0 and 25 inclusive.
− Same column types and headings as Jobs.txt.
− Include column names in the first line of the output file.
− Job description column should be preceded by the
string “Job
Title:” and embedded within square brackets. For example, if
the job description is “Designer”, the derived value
is: “Job
Title: [Designer]”.
• Target file 2: MidLevelJobs.txt
− min_lvl between 26 and 100 inclusive.
− Same format and derivations as Target file 1.
• Target file 3: HighLevelJobs.txt
− min_lvl between 101 and 500 inclusive.
− Same format and derivations as Target file 1.
• Rejects file: JobRejects.txt
− min_lvl is out of range, i.e., below 0 or above 500.
− This file has only two columns: job_id and reject_desc.
− reject_desc is a variable-length text field, maximum
length
100. It should contain a string of the form: “Level out of
range:
Explain the importance of surrogate key in data warehousing?
What is the use of hoursfromtime() function in transformer stage in datastage?
what is flow of project?
what is the custome stage in datastage? how can we impliment that one? plz tell me
how to write server Routine coding?
What is the differentiate between data file and descriptor file?
what are the devoleper roles in real time? plz tell i am new to datastage....
1)what is the size of Fact table and dimension table? 2)how to find the size of Fact table and dimension table? 3)how to implement the surrogate key in transform stage? 4)write the configuration file path? 5)how many types of datasets explain? 6)diff b/w developed projects and migration projects? 7)how to delete the header and footer file of the sequencer file? 8)how can u call the parameters in DS in unix environment? 9) how much data ur getting daily ? 10)
What are some different alternative commands associated with "dsjob"?
Describe the architecture of datastage?
What are transforms and what is the differenece between routines and transforms?
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.
What is the sortmerge collector?