Search found 53125 matches

by ray.wurlod
Sat Apr 30, 2011 11:11 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: All zeros
Replies: 5
Views: 1929

Code: Select all

InLink.TheString = Convert("0", "", InLink.TheString)
by ray.wurlod
Sat Apr 30, 2011 11:10 pm
Forum: General
Topic: Execution sequence number
Replies: 12
Views: 5301

I'd use one of the key management routines from the SDK in a Routine activity and use the value returned to provide that number to other activities.
by ray.wurlod
Sat Apr 30, 2011 11:08 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reusing the jobs
Replies: 5
Views: 2199

Well, "why not shared container" as a starter? This is the ultimate re-usable component. Given that you're on such an old version and using server edition to boot, you don't have many options apart from File > Save As to make clones of a job design and modify the clones. As you get into ve...
by ray.wurlod
Sat Apr 30, 2011 2:59 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Read Rejected Rows and Format the Rows
Replies: 3
Views: 2204

After capturing the rejected rows from the Sequential File stage using a reject link, re-parse them for example using a Column Import stage or Transformer stage.
by ray.wurlod
Fri Apr 29, 2011 3:12 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: APT_CONFIG_FILE
Replies: 8
Views: 3922

To put it another way, machines don't have nodes.
by ray.wurlod
Fri Apr 29, 2011 5:22 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Address nameless columns in Hashed files
Replies: 11
Views: 3434

Ordinarily the entry for the field definition would be in the file dictionary rather than the VOC file. If you want to use SQL to change the record, then you will also need a VOC entry for the hashed file itself.
by ray.wurlod
Fri Apr 29, 2011 5:20 am
Forum: General
Topic: Project Level Auto Purge
Replies: 13
Views: 7233

I believe that is the default default.

Best practice is to remedy that immediately the project is created, since you have the Administrator client open anyway.
by ray.wurlod
Thu Apr 28, 2011 8:11 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Address nameless columns in Hashed files
Replies: 11
Views: 3434

That does not address the issue, which is the lack of metadata in the hashed file's file dictionary.
by ray.wurlod
Thu Apr 28, 2011 8:09 pm
Forum: General
Topic: Clear PH directory through a job
Replies: 3
Views: 2071

Bad advice, impossible to implement. Why? Read my earlier post again.
by ray.wurlod
Thu Apr 28, 2011 5:07 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to remove separate engine temporarily
Replies: 2
Views: 2795

IA analyses use DataStage (in ANALYZEPROJECT) to process the source data. Presumably this project is on the engine tier machine that is not available. Solution: wait till it becomes available.
by ray.wurlod
Thu Apr 28, 2011 5:03 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Passing value from buildop back to job
Replies: 3
Views: 1841

A second output, perhaps?
by ray.wurlod
Thu Apr 28, 2011 5:01 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Data string does not match format error???
Replies: 5
Views: 6782

"%yyyy-%mm-%dd" does not match 20101015. You need to get that right first.
by ray.wurlod
Thu Apr 28, 2011 4:57 pm
Forum: General
Topic: Sequencer job status capture
Replies: 2
Views: 1016

Routine activity. Pass the job status as a routine argument.

Execute Command activity. Pass the job status as a command argument.
by ray.wurlod
Thu Apr 28, 2011 4:25 pm
Forum: General
Topic: Sequencer
Replies: 2
Views: 1121

It's just as easy if the order has to be 1-2-3-4. Build sub-sequences for 2 and 4 that determine if it's their day to run and only run them if it is. (You could, indeed, do this in the one sequence, with multiple paths and Sequencers.)
by ray.wurlod
Thu Apr 28, 2011 4:24 pm
Forum: General
Topic: Project Level Auto Purge
Replies: 13
Views: 7233

The project default is always set, even if the setting is "not enabled".

If it's changed, the changes only affect jobs created/imported after the change has been wrought.