Search found 53125 matches

by ray.wurlod
Fri Sep 23, 2011 5:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: operator combination
Replies: 6
Views: 6492

It should be enabled by default. What makes you think it isn't?
by ray.wurlod
Fri Sep 23, 2011 5:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DS conversion issue
Replies: 11
Views: 2454

Who knows? Start with a Null Field Value property setting of "" on the Format tab of the Sequential File stage.
by ray.wurlod
Thu Sep 22, 2011 9:07 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: new line charecter in btwn double quotes in sequential file
Replies: 10
Views: 4312

Yes, I recommend using a server Sequential File stage.

Depending on the volume of data, use a server job (small to medium volume, say up to 10 million rows) or a server Shared Container containing just a Sequential File stage in a parallel job if the volume of data is large.
by ray.wurlod
Thu Sep 22, 2011 9:04 pm
Forum: General
Topic: Reading the DB Password env variable from shell script
Replies: 8
Views: 2130

:idea:
That's gotta be about the shortest correct response ever!
by ray.wurlod
Thu Sep 22, 2011 9:03 pm
Forum: General
Topic: Reading the DB Password env variable from shell script
Replies: 8
Views: 2130

.
by ray.wurlod
Thu Sep 22, 2011 3:30 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Default to Zero after lookup for Null feilds
Replies: 2
Views: 1271

True? We can only choose to believe what you told us.

Check your job log for warnings, and check null field value in the target stage. Check, too, that the output column is marked as nullable.
by ray.wurlod
Thu Sep 22, 2011 3:28 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DRS Stage
Replies: 1
Views: 1025

The difference between the statements is B.YY. Does column YY exist in table B?
by ray.wurlod
Thu Sep 22, 2011 3:26 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to identify the error records
Replies: 2
Views: 789

Look in the job log to determine where the abort occurred, and try to identify the line number. Because everything is buffered in parallel jobs this may not actually be possible.
by ray.wurlod
Thu Sep 22, 2011 3:23 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: scenario
Replies: 3
Views: 1903

DO try to think up meaningful subjects.
:roll:
by ray.wurlod
Thu Sep 22, 2011 3:23 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: CLOB datatype issue in datastage
Replies: 6
Views: 8505

Look elsewhere for the problem - the error message is complaining about a LONG data type, not about a VARCHAR data type.
by ray.wurlod
Thu Sep 22, 2011 3:21 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: new line charecter in btwn double quotes in sequential file
Replies: 10
Views: 4312

Why do people think they can change the client's data with impunity?!!

What if these linefeeds are meaningful to the client?
by ray.wurlod
Thu Sep 22, 2011 3:19 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Server jobs performance on unix vs windows
Replies: 13
Views: 6531

If the operating system behaves conventionally (and since DataStage jobs are processes) that's what I'd expect.
by ray.wurlod
Thu Sep 22, 2011 3:17 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Identifying Excutable and job design Modified Timestamp
Replies: 1
Views: 1888

When you get version 8 you can search filtering on Date/Time Modified.
by ray.wurlod
Thu Sep 22, 2011 3:16 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: After Job Subroutine executing before the job completes
Replies: 3
Views: 1462

Row buffering can not be the culprit directly, but the timing issue might be related to clearing those buffers. But I don't think so - the stages should not close until the buffers have been cleared.
by ray.wurlod
Thu Sep 22, 2011 3:08 pm
Forum: General
Topic: error while installing client
Replies: 4
Views: 3958

Is C:\WINDOWS in your PATH?