Search found 4 matches

by pierreroulph
Mon Apr 05, 2004 4:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Compressed Sequential File
Replies: 2
Views: 3419

Re: Compressed Sequential File

the solution is to use the External Source in v7
by pierreroulph
Mon Mar 08, 2004 8:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Compressed Sequential File
Replies: 2
Views: 3419

Compressed Sequential File

Hi, Under Data Stage 6 we used the Sequential File stage to read compressed flat files. We set the option Filter to "gunzip -c" and everything ran fairly well. Under Data Stage 7 the option Filter is not there anymore. Does anyone has a clue on how to read compressed flat files ? Thanks Pi...
by pierreroulph
Tue Oct 07, 2003 7:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DataStage runs on 32 or 64 bits ?
Replies: 3
Views: 3770

DataStage runs on 32 or 64 bits ?

I'm trying to compile my jobs using 64bits flags DS is installed on UltraSparc III w/ Solaris 2.8 I am using the following compiler flags : -xtarget=ultra3 xarch=v9b (SUNWspro) I get an error message concerning liborchsun4.so Are the DataStage lib compiled for a 32 architecture ? Does any one have a...
by pierreroulph
Mon Oct 06, 2003 2:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: sort before join
Replies: 2
Views: 3611

sort before join

Let assume we have a dataset used several times in N join stages (same key for all join : K) Is sorting the dataset before using it in the join stages a good idea ? (sort key should be K of course) Does the join stage do the sort anyway ? Does "re-sorting" a dataset cost time ? (stable sor...