Search found 53125 matches

by ray.wurlod
Thu Jan 28, 2010 3:55 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job name where the hashed-file is loading...
Replies: 4
Views: 2323

Does that actually work? I'd be surprised if it does, because the '%' wildcard character presupposes a LIKE operator.
by ray.wurlod
Thu Jan 28, 2010 3:54 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DRS Stage versus Oracle Enterprise
Replies: 1
Views: 1350

Define "performance" in an ETL context.

Under the covers both use OCI calls (assuming that DRS is using Oracle rather than ODBC as the database type).
by ray.wurlod
Thu Jan 28, 2010 3:39 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Jobs List that ran today
Replies: 5
Views: 1414

Open Director. Sort by date/time. Print to file.
by ray.wurlod
Thu Jan 28, 2010 3:36 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: scd stage
Replies: 1
Views: 836

And your point is... ?
by ray.wurlod
Thu Jan 28, 2010 3:36 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Windows 7
Replies: 5
Views: 2713

IBM could not begin testing until August 2009, based on that timetable.

There is support for Windows 7 in Foundation Tools 8.1.2 (recently released) - doubtless for other products in the suite in the next-released version (first half of this year).

Stay tuned.
by ray.wurlod
Thu Jan 28, 2010 3:32 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Environment variable information
Replies: 4
Views: 1488

No idea. Because I have never encountered this variable. How about you go back to IBM, to whoever gave you the advice, and ask for more information, ideally a reference to documentation? Then post here what they tell you.
by ray.wurlod
Thu Jan 28, 2010 3:29 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: APT_CombinedOperatorController,0: [NCR][ODBC Teradata Driver
Replies: 7
Views: 2932

There is a mismatch between the number of parameters specified and the number of parameters required.
by ray.wurlod
Thu Jan 28, 2010 3:27 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job name where the hashed-file is loading...
Replies: 4
Views: 2323

Please also be clearer about what you mean by UNIVERSAL.
by ray.wurlod
Thu Jan 28, 2010 3:26 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: setting environment variable from a sequence
Replies: 4
Views: 2267

Does AMERICAN_AMERICA.AL32UTF8 really handle Chinese characters?
by ray.wurlod
Thu Jan 28, 2010 3:25 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hash file Limit
Replies: 11
Views: 8697

RESIZE is always in VOC. So you don't have to worry about that.
by ray.wurlod
Thu Jan 28, 2010 3:24 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to remove starting and ending duoble quotes
Replies: 7
Views: 2981

I'd be more cautious and check first that the characters occur only on the ends. If InLink.TheString Matches \'"'0X'"'\ Then InLink.TheString[2,Len(TheString)-2] Else InLink.TheString Using substring allows for the possibility that there are double-quote characters within the string as wel...
by ray.wurlod
Thu Jan 28, 2010 3:21 pm
Forum: General
Topic: Transformer , IF condition
Replies: 4
Views: 3067

Re: Transformer , IF condition

karthi_gana wrote:I have a file which has two field.

report_code integer 10
report_name varchar(255)
field_value varchar(255)
Attention to detail is very important in an ETL developer.
by ray.wurlod
Thu Jan 28, 2010 3:19 pm
Forum: General
Topic: String to Date
Replies: 3
Views: 1111

Welcome aboard.

There are at least two choices.
  • Use substring and concatenation to build the correct date format for the database.

    Convert the string into an internal date, and specify Date as the Data Element for the database column.
by ray.wurlod
Thu Jan 28, 2010 3:17 pm
Forum: General
Topic: Concatination
Replies: 4
Views: 1797

... making sure you use a key-based partitioning algorithm and sort on the key (in this case a stable sort is indicated).
by ray.wurlod
Thu Jan 28, 2010 3:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Running a Job in CMD prompt using dsjob -run
Replies: 8
Views: 3446

Be more precise about the actual error messages. For example you may be supplying values for parameters that are actually not legal values, such as "FRED" for a Date parameter.