Search found 42189 matches

by chulett
Wed May 13, 2009 1:06 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error in surrogate key generator stage
Replies: 11
Views: 4145

Sometimes? And 'sometimes' it works? :?

What do the times where it does not work have in common?
by chulett
Wed May 13, 2009 1:04 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: APT_ORACLE_LOAD_OPTION
Replies: 8
Views: 4805

:? What error? You should be able to set Write Method to Load and Write Mode to Truncate in the OE stage to do this, unless there is more here than you are telling us.
by chulett
Wed May 13, 2009 12:59 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: "Force" option in copy
Replies: 1
Views: 673

Need to? No. 'Force' means to always include it in the job, otherwise it is included or 'optimized out' at its discretion.
by chulett
Wed May 13, 2009 12:57 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: sequential file error
Replies: 9
Views: 1864

Yet another reason to avoid custom / user defined sql unless you have no other choice.
by chulett
Wed May 13, 2009 12:01 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: sequential file error
Replies: 9
Views: 1864

reachmexyz wrote:
chulett wrote:IDENT1 is an "invisible" transformer (active) stage it is adding between your two passive stages. This is a PX job? I thought it only did that for Server jobs. :?
No this is a server job. Not Parallel
You marked the Job Type as Parallel, hence the confusion.
by chulett
Wed May 13, 2009 11:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: sequential file error
Replies: 9
Views: 1864

IDENT1 is an "invisible" transformer (active) stage it is adding between your two passive stages. This is a PX job? I thought it only did that for Server jobs. :?
by chulett
Wed May 13, 2009 11:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Write in a Sequential File i get a warning
Replies: 7
Views: 1892

A search of the forums for "Exporting nullable field without null handling properties" would turn up a plethora of examples, seeing as how you're not the first to ask this question.
by chulett
Wed May 13, 2009 11:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: sequential file error
Replies: 9
Views: 1864

Are any additional messages logged when you Reset the aborted job?
by chulett
Wed May 13, 2009 9:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: dsjob jobstatus
Replies: 3
Views: 2246

Any parameter not metioned will take its default value, not ealier if by "earlier" means the overrides you passed at the command line in the last run.
by chulett
Wed May 13, 2009 9:51 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Regular Date To JulianDate
Replies: 11
Views: 4343

Broken formatting tag, ignore it. Should have looked like this:

Code: Select all

OCONV(ICONV("2009-04-06","D4-YMD[4,2,2]") -1900000 ,"DJ")
by chulett
Wed May 13, 2009 8:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Configuration file Performance Tuning
Replies: 6
Views: 2191

As a PX newbie (who finally has access to the product) can some kind soul put into words for me the next effect of this change, please?
by chulett
Wed May 13, 2009 8:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: dsjob jobstatus
Replies: 3
Views: 2246

That option runs the job and tell it two things - to wait for the job to complete before releasing the command and to return the DataStage job status rather than a UNIX status. Meaning 1 = ran ok rather than zero.
by chulett
Wed May 13, 2009 6:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to Parameterize Invocation ID
Replies: 10
Views: 7177

In other words, you simply create and populate the appropriate job parameter and then use it in the Invocation ID box in the Job Activity stage rather than you hard-coded value. This box only appears for MI jobs and you seem to know which that is.
by chulett
Wed May 13, 2009 6:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequencer job if it fails
Replies: 6
Views: 1697

All of which, and more, is "out there" if one searches as suggested. Sure, you get 148 matches (today) to go through, but it's all out there.