Page 1 of 1

Need of clarification

Posted: Tue Jul 31, 2007 3:43 am
by Deepa Bakiaraj
Hi,

Is there a possibility for a DataSet stage in Parallel jobs to take input directly from a Sequential file

Posted: Tue Jul 31, 2007 3:56 am
by basu.ds
yes,you can try

Posted: Tue Jul 31, 2007 5:48 am
by Maveric
But the best practice would be to use a Copy Stage in between so that u will be able to save the mete data for both source and target.

Re: Need of clarification

Posted: Tue Jul 31, 2007 6:08 am
by ray.wurlod
Deepa Bakiaraj wrote:Hi,

Is there a possibility for a DataSet stage in Parallel jobs to take input directly from a Sequential file
No.

A File Set stage can be convinced to do this, but a Data Set stage no.

Even if the sequential file were in correct binary format, you have no mechanism for creating a (binary) Data Set control file.