Hi This is Vijay
How Can u Read the data from sequential file Parall'y?
Answer Posted / amar deep reddy
Hi Vijay,
You can do it by setting the 'No. of readers per node'
property value to >1. When you do this there will be n No.
of readers created in the node and each reader will read a
block of data from the sequential file.
If you have multiple input files (pattern), you can set the
property 'Read from multiple nodes' to 'yes'.
These 2 properties of sequential files are mutually
exclusive.
| Is This Answer Correct ? | 16 Yes | 0 No |
Post New Answer View All Answers
What are the steps required to kill the job in Datastage?
Explain usage analysis in datastage?
What are the different kinds of views available in a datastage director?
Where do the datastage jobs get stored?
What is a folder? Difference types of stages?
What is the difference between Datastage 7.5 and 7.0?
Which algorithm you used for your hashfile?
What is developer responsibilities in UAT (user acceptance testing and Post implementation phase?
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
Explain Quality stage?
What are the steps needed to create a simple basic datastage job?
How we can covert server job to a parallel job?
If you want to use the same piece of code in different jobs, how will you achieve it?
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:
Nls stands for what in datastage?