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 active and passive stage?
How do you generate sequence number in datastage?
Hi any one has datasatge 8.5 certication dump could you please provide your details i will contact you. send reply to my mail rajaadivi@gmail.com Thanks in Advance
What are the prerequisites for join stage
What are the primary usages of datastage tool?
Hi everyone,I have kept a project Sales And Distribution for a pharmaceutical company.can anybody explain one complex business rule that we had in our project and how did you accomplish it using DS?
How can we perform 2nd time extraction of client database without accepting the data which is already loaded in first time extraction?
IN SEQUENTIAL FILE,I HAVE DATA LIKE THIS EID,ENAME 11,AA 11,CC 22,DD 33,EE 22,AA 22,BB 22,CC 11,BB THEN i SELECT perform sort ON eid,uncheck both unique,stable AND I CHOOSE hash SORTING.WHAT IS THE OUTPUT I CAN GET.what happend if i select UNIQUE,STABLE. PLEASE EXPLAIN HOW THE RECORDS DISPLAY AT TARGET.
What is Horizontal transformation, vertical transformation,diagonal transformation?
I am defining one varaible parameter date in job parameters.I want use this variable date in where clause in source query.
Tell me the syntax of Configuration file?
Hi guys, 7. how to get this output i/p col1,col2 101,a 102,b 103,c 104,d o/p col1,col2 101,d 102,c 103,b 104,a Thanks