Search found 42189 matches

by chulett
Mon Apr 19, 2010 2:49 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: parameter set issue
Replies: 4
Views: 2180

The option is there in the upper right-hand side of any post that you have made: Delete this post up there with Reply with quote and Back to top. As long as there's no replies yet.
by chulett
Mon Apr 19, 2010 2:27 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: parameter set issue
Replies: 4
Views: 2180

Not resolved as much as superfluous because it was (I assume) an accidental double-post. Really should have just deleted it before someone (or two someones) replied to it. :wink:
by chulett
Mon Apr 19, 2010 12:05 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to achive this
Replies: 10
Views: 5268

One of the three Tech Tips in the zip file here should get you going. Like some of us that hang out here, they may be old but they still work good. Some days more gooder than others, of course. :wink:
by chulett
Mon Apr 19, 2010 11:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: insert, delete and update
Replies: 6
Views: 2994

Have you tried running your job yet? Having any issues?
by chulett
Mon Apr 19, 2010 10:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to get Datediff SQL type
Replies: 9
Views: 4381

Is your documentation broke? These are all detailed in the Parallel Job Developer's Guide - description, aurguments and output.
by chulett
Mon Apr 19, 2010 10:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Split text file into multiples based on content
Replies: 5
Views: 3322

Or you could write to a Folder stage in a Server job... just to round out the suggestions. :wink:
by chulett
Mon Apr 19, 2010 10:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to get Datediff SQL type
Replies: 9
Views: 4381

Yes, but you don't have dates - you have timestamps. Different beasts.
by chulett
Mon Apr 19, 2010 10:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DateDiff conversion - Clear Posting now
Replies: 1
Views: 935

:idea: People, don't "clear up" your post by starting a new post, simply reply back to your original post and clear things up there. :?
by chulett
Mon Apr 19, 2010 10:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: My job is running runnig still runnig
Replies: 7
Views: 1554

How many records total in the target table? Is the field you are deleting based on indexed? Wondering about full table scans...
by chulett
Mon Apr 19, 2010 9:33 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to set NLS on for non NLS installation
Replies: 3
Views: 1625

You'll need to reinstall everything and select the option then. Are you sure you really need NLS installed?
by chulett
Mon Apr 19, 2010 9:27 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Running multi instance job from sequence job
Replies: 10
Views: 4418

The way we noted here. Include where it lives in your PATH variable in the dsenv file. Or 'cd' to the directory first. Or fully path the command.
by chulett
Mon Apr 19, 2010 9:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: My job is running runnig still runnig
Replies: 7
Views: 1554

A single node should remove any locking issues from the table. As noted, deletes are very expensive - how many does the job need to do? What are you seeing in the Monitor?
by chulett
Mon Apr 19, 2010 9:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Read a Parameter file from UNIX Directory & pass value
Replies: 17
Views: 13724

Best way IMHO is to do this all in hand-coded BASIC job control. Read the file, DSAttachJob(), use DSSetParam() to establish the values and then DSRunJob() to run the Sequence, DSWaitJob(), etc. This is very similar to the job control code you can automatically generate in any job's Properties from ...
by chulett
Mon Apr 19, 2010 9:04 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to achive this
Replies: 10
Views: 5268

You can do the same using stage variables in a transformer, if that is really what you need to do.
by chulett
Mon Apr 19, 2010 8:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: My job is running runnig still runnig
Replies: 7
Views: 1554

Or run it on a single node.