Search found 53125 matches

by ray.wurlod
Fri May 04, 2012 12:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Handling New Line within a column while reading
Replies: 9
Views: 2390

None of which I'm aware. Unless you want to write your own, of course.
by ray.wurlod
Thu May 03, 2012 11:15 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Handling New Line within a column while reading
Replies: 9
Views: 2390

Moderator: please move to Enterprise Edition forum

(moved)
by ray.wurlod
Thu May 03, 2012 11:14 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Handling New Line within a column while reading
Replies: 9
Views: 2390

Use a server Sequential File stage, either in a server job or in a server Shared Container in your parallel job.
by ray.wurlod
Thu May 03, 2012 11:13 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: help in the below logic
Replies: 10
Views: 2453

The ODBC stage generates both SQL statements. Which one it uses depends on what kind of link (stream or reference) its output link is.
by ray.wurlod
Thu May 03, 2012 8:07 pm
Forum:
Topic: tomcat6.exe process found running on 8.7 clients
Replies: 1
Views: 1335

Yes, it supports InfoSphere Metadata Asset Manager.

Nothing to do with Islam at all! :lol:
by ray.wurlod
Thu May 03, 2012 8:05 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: help in the below logic
Replies: 10
Views: 2453

Is retuning multiple rows from db2 enterprise stage possible in server job ? No, because there's no such thing as a DB2 Enterprise stage in a server job. That said, I don't believe that the DB2 Connector (which IS available) supports multi-row return from reference link. The ODBC stage, however, do...
by ray.wurlod
Thu May 03, 2012 7:16 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: help in the below logic
Replies: 10
Views: 2453

Who mentioned hashed files?

Do the lookup against DB2, and allow multiple return rows from the reference link.
by ray.wurlod
Thu May 03, 2012 6:02 pm
Forum: DSXchange Testimonials
Topic: Jedi Day
Replies: 3
Views: 8961

Jedi Day

May the 4th be with you.

:D
by ray.wurlod
Thu May 03, 2012 4:11 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Transpose/pivot logic needed
Replies: 8
Views: 2946

Simply hard code the column names "c1", "c2", "c3". DataStage will not permit numeric column names. You can change them downstream if necessary (and in row #1 only).
by ray.wurlod
Thu May 03, 2012 4:09 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to convert JULIAN DATE to DATE using schema file
Replies: 5
Views: 2863

So you're using an ordinal date (year and day number within year) rather than a Julian date (days offset from a known zero date)?
Try "%yyyy%ddd" as the format string.
by ray.wurlod
Thu May 03, 2012 4:05 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reject in column import
Replies: 1
Views: 1101

Do it prior to the Column Import stage. Perhaps a Filter stage, perhaps a Transformer stage.
by ray.wurlod
Thu May 03, 2012 4:02 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Capture Skipped records
Replies: 4
Views: 1754

In server jobs the Transformer stage itself determines which output link (if any) is the reject link. It should be last in output link execution order, since it handles any row that has not been processed by any prior output link. Null and zero dates won't necessarily be automatically handled. This ...
by ray.wurlod
Thu May 03, 2012 3:58 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: help in the below logic
Replies: 10
Views: 2453

You could, for example, do it via lookup in a Transformer stage.
by ray.wurlod
Thu May 03, 2012 3:54 pm
Forum: General
Topic: Processing list of files in a Sequence job
Replies: 5
Views: 2367

Both things are happening.

The ls command puts a newline at the end, so as to position the cursor on the next line when issued interactively.

DataStage converts all line terminators to @FM so that applications are portable across platforms.
by ray.wurlod
Thu May 03, 2012 3:53 pm
Forum: General
Topic: NLS
Replies: 23
Views: 12463

No. You must re-install to install NLS.