Hi This is Vijay
How Can u Read the data from sequential file Parall'y?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / kiran
hai vijay.u can use above property for varible length also
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / vijaya
Hi Amar
What u send is right but "read from multi-nodes" is used for
fixed-width file only u can use "no.of readers per node" can
be used for variable length files
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / vijay
Hi Amar ,
Thanks for giving Ans.
But As per i knows The Above two properties will be used
for Fixed with Flat files only.
I am asking aoutbt Varible lenth flat files?
| Is This Answer Correct ? | 1 Yes | 0 No |
what is operator combinality in datastage?
Hi friends,Two input files, wants to validate only if the reference data has '0' otherwise no validation should be done..how to do this??
i 10 jobs first two jobs are runing in 2nodes,next 2 jobs are running in 4 nodes, next 4 jobs are running in 6 nodes and the remaining jobs are running on 10 nodes. how to change the node configuration?
parallel jobs run on cluster machines. server jobs run on smp and mpp. What do mean by cluster mechines and SMP and MPP..?
describe the Steps to confiure a Qlogic switch
What is datastage?
how to design the change capture stage in(data stage parallel jobs) type 2
I have a scenario like Deptno=10---->First record and last record Deptno=20---->First record and last record Deptno=30---->First record and last record I want those first and last records from each department in a single target. How to do this in DataStage, any one can assist me. Thanks in advance.
How many number of reject links merge stage can have?
How to display errors in datastage?
What are the steps needed to create a simple basic datastage job?
what is Audit table?Have u use audit table in ur project?