Search found 42189 matches

by chulett
Fri Nov 18, 2011 8:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Query reg. Update records
Replies: 9
Views: 1920

I am curious why you are getting different counts update then insert mode and Insert then update mode. Both cases the count should be the same Not true. The outcome of each is entirely dependant on the unique constraint that you may (or may not) on the record. Understand that the first action must ...
by chulett
Fri Nov 18, 2011 8:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Lookup Results
Replies: 3
Views: 853

Why not just if-then-else around the index function?
by chulett
Fri Nov 18, 2011 8:31 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Creating Unique IDs Based on Timestamp with Milliseconds
Replies: 12
Views: 6295

This is why surrogate keys were invented. :wink:
by chulett
Fri Nov 18, 2011 8:29 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to handle newline character reading from sequential file
Replies: 24
Views: 19263

Is this field the last one in your record? I'm not sure what "ignored" might mean, it really should be there as data but your tool of choice may not be showing it. Try this in a transformer after the read and see if the entire value appears: Convert(CHAR(13):CHAR(10),"",YourField)
by chulett
Fri Nov 18, 2011 8:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problems with scratch space while using JOIN stage in DS 8.5
Replies: 3
Views: 1480

The Join stage requires sorted data, so you can either let the job do the sorting for you or you can ensure the data arrives sorted. Since you don't seem to have the space to do the former, let the original database sources do the sorting by ordering the output properly. Then you can put a Sort stag...
by chulett
Thu Nov 17, 2011 2:29 pm
Forum: General
Topic: User defined Sql and order of columns
Replies: 3
Views: 850

You asked for the general rule, which I gave you - they should match, and yes that includes order.
by chulett
Thu Nov 17, 2011 9:37 am
Forum: General
Topic: User defined Sql and order of columns
Replies: 3
Views: 850

General rule? Match certain they match.
by chulett
Thu Nov 17, 2011 9:35 am
Forum: General
Topic: Regaining Scaratch disk space
Replies: 10
Views: 2994

Ideally, yes, in a perfect world.
by chulett
Thu Nov 17, 2011 7:28 am
Forum: Information Analyzer (formerly ProfileStage)
Topic: How to create qetxt.ini file using IA
Replies: 2
Views: 2351

Start by posting your question in the Information Analyzer forum.
by chulett
Thu Nov 17, 2011 7:26 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to handle newline character reading from sequential file
Replies: 24
Views: 19263

Try sliding the Columns tab over to the right to expose the "Contains Terminators" property. Enable it for that field.
by chulett
Thu Nov 17, 2011 7:23 am
Forum: General
Topic: Regaining Scaratch disk space
Replies: 10
Views: 2994

Of course, you could always increase scratch space - more is better. And clearing it can be simple if it is dedicated scratch space. Does DataStage share that space with other applications? If not, if all that plays there are DataStage jobs, whenever there is a quiet moment when nothing is running y...
by chulett
Wed Nov 16, 2011 11:40 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Query returns no rows in TD Connector
Replies: 4
Views: 1108

ray.wurlod wrote:You have another thread active on the quotes issue.
Actually, someone else is having a quotes issue and Pandeesh chimed in there... and now has his own version of the issue as well.
by chulett
Wed Nov 16, 2011 11:31 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Creating Unique IDs Based on Timestamp with Milliseconds
Replies: 12
Views: 6295

Eventually. :wink:

Three all day meetings suck.
by chulett
Wed Nov 16, 2011 11:25 pm
Forum: Information Analyzer (formerly ProfileStage)
Topic: Error when I profile table attribute
Replies: 6
Views: 3050

... and off we go to the IA forum.
by chulett
Wed Nov 16, 2011 11:48 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sub String in DS UV Query
Replies: 8
Views: 5096

Seems appropriate - done.