Search found 42189 matches

by chulett
Sat Nov 10, 2012 7:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: previous record to output file
Replies: 7
Views: 2936

It can be as simple as concatenating all of the field values into a single stage variable much like you were going to compute a checksum. In 8.5+ there are two functions that automate that: SaveInputRecord() and GetSavedInputRecord().
by chulett
Fri Nov 09, 2012 3:21 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Need to Optimize data insert mechanism in data stage
Replies: 10
Views: 3544

Are you certain as to the cause and did you mean "index becomes UNUSABLE"? More typical during a bulk load would be for a unique index to become unusable due to loading duplicates to it.
by chulett
Fri Nov 09, 2012 2:23 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Need to Optimize data insert mechanism in data stage
Replies: 10
Views: 3544

Still would like to know if we're talking about a Server or a Parallel job.
by chulett
Fri Nov 09, 2012 10:06 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Need to Optimize data insert mechanism in data stage
Replies: 10
Views: 3544

You can't upload anything here. You can, however, have your image(s) hosted at any of the free image hosting websites out there and then link to them here using the "Img" tag.

Please confirm for us you are indeed talking about a Server job and let us know your exact 8.x version.
by chulett
Fri Nov 09, 2012 8:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Help with Lookup Logic
Replies: 4
Views: 2391

Multiple lookup stages, one for each of the combinations listed.
by chulett
Fri Nov 09, 2012 8:03 am
Forum: General
Topic: DSJOB command
Replies: 6
Views: 2514

:!: Having a new issue = start a new post.

Close this one if it is Resolved and create another with the details of your import issue.
by chulett
Thu Nov 08, 2012 8:27 am
Forum:
Topic: How to Import Operational Metadata in to Another Info Server
Replies: 8
Views: 2696

Did you try what was suggested in the other post where you asked this same question?
by chulett
Thu Nov 08, 2012 7:09 am
Forum: General
Topic: Email Notification Activity
Replies: 5
Views: 2115

Or simply enable the "Include job status in email" property in the stage.
by chulett
Wed Nov 07, 2012 5:38 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Truncating sql table question
Replies: 1
Views: 762

You can't, not even in a Server job as a true 'truncate' is not transactional and cannot be rolled back. You would need to do a transactional delete of all of the table data first and then (as you noted) perform the load in the same unit of work for a load failure to roll you back to your original s...
by chulett
Wed Nov 07, 2012 8:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: current year - 2 years using datepart and getdate
Replies: 6
Views: 3034

And just to be anal, this works in SQL Server. You didn't have a DataStage issue.
by chulett
Wed Nov 07, 2012 8:06 am
Forum: Site/Forum
Topic: Premium Membership
Replies: 2
Views: 4151

As far as I know, it's still a manual process and can take a day or three.
by chulett
Wed Nov 07, 2012 8:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to print below requirement
Replies: 14
Views: 4785

So, in other words small and easily handled by a Server job. :wink:
by chulett
Wed Nov 07, 2012 7:53 am
Forum: General
Topic: Issue with stopped jobs by terminate sequence
Replies: 7
Views: 3592

Sorry, not seeing a question here. Can you be more precise about the issue you are trying to solve here?
by chulett
Wed Nov 07, 2012 7:49 am
Forum: General
Topic: Run-time error '9': Subscript out of range.
Replies: 12
Views: 8460

elavenil wrote:This issue occurs for everyone who logs into this project.
That's an important bit of information and rules out the whole client-side possibility. Rather than trying to "figure this out" I'd suggest getting this in front of your official support provider if you haven't already.
by chulett
Wed Nov 07, 2012 1:43 am
Forum: General
Topic: Run-time error '9': Subscript out of range.
Replies: 12
Views: 8460

Help us out with one thing - does this error happen for other developers in your office or just you?