Search found 42189 matches

by chulett
Fri Aug 08, 2008 2:33 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Universe/Hash file lookup - Job running too long
Replies: 12
Views: 3318

Hmmm... I don't think two will help as both can't be used. You'll either need to build a single composite index (trick to that, I think) or first see if one index (over the 'leading' key field) helps.
by chulett
Fri Aug 08, 2008 1:15 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: invocation id in sequence job
Replies: 4
Views: 2529

You only get the InvocationID prompt for jobs that are Multi-Instance enabled. Don't see what looping has to to with InvocationIDs, however. :?
by chulett
Fri Aug 08, 2008 1:14 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Writing Sequential File - Integers
Replies: 9
Views: 3080

Define it as a Char(5).
by chulett
Fri Aug 08, 2008 12:36 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Writing Sequential File - Integers
Replies: 9
Views: 3080

Accommodate what, exactly? Right or left justify it within the field, depending on what they are expecting. And you could use either spaces or zeroes when right justifying, again depending on what they are expecting.
by chulett
Fri Aug 08, 2008 11:56 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: finding words separated by spaces
Replies: 8
Views: 1688

Cool. Time to mark this as Resolved then, using the button at the top of the screen. :wink:
by chulett
Fri Aug 08, 2008 11:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Default sequential file creation path in server
Replies: 4
Views: 1711

That depends on where "you" told the installation software to create the Projects directory. Yes, it should be something like you posted but I don't know what the default for an 8.x installation on Windows is.
by chulett
Fri Aug 08, 2008 10:07 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Date Format
Replies: 7
Views: 2183

That's certainly one variation. Basically, you need to generate the date in the proper YMD format with any delimiter and then strip the delimiter.
by chulett
Fri Aug 08, 2008 10:01 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Universe/Hash file lookup - Job running too long
Replies: 12
Views: 3318

Search the forums for CREATE.INDEX and BUILD.INDEX - you'll need to issue both one time in each new Project or if the hashed file gets dropped.
by chulett
Fri Aug 08, 2008 9:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Default sequential file creation path in server
Replies: 4
Views: 1711

You really want to specify a full path there as any relative path is relative to the "current working directory" of the job - i.e. the Project. And you do not want to be putting files there.
by chulett
Fri Aug 08, 2008 9:21 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Universe/Hash file lookup - Job running too long
Replies: 12
Views: 3318

UV over Hashed implies using fewer key fields than were populated in the hashed file to get multiple results back. Did you create indexes over the UV key field(s)? Without them, it will be dog slow.
by chulett
Fri Aug 08, 2008 9:18 am
Forum: General
Topic: file pattern at sequential file
Replies: 8
Views: 2587

Sorry, I can't check but believe the file location / directory and pattern are separate properties of the stage. And on Windows with 'long filenames' that contain spaces you may need to quote that part, that or use the 8.3 short name.
by chulett
Fri Aug 08, 2008 8:45 am
Forum: General
Topic: file pattern at sequential file
Replies: 8
Views: 2587

Something with a wildcard in it, typically. I supposed it could work without one but what is expected is a wildcard "pattern": "*.txt", "Data*.csv", "???.csv", etc.
by chulett
Fri Aug 08, 2008 8:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Erroneous data goes undetected in a Flat File Stage
Replies: 7
Views: 2707

Ok. Just curious - what happens when the alpha characters are outside of that range? Are they still just stripped or are they rejected then?
by chulett
Fri Aug 08, 2008 8:33 am
Forum: General
Topic: file pattern at sequential file
Replies: 8
Views: 2587

First problem looks like you didn't tell it where to look and second one isn't a file "pattern".
by chulett
Fri Aug 08, 2008 8:31 am
Forum: General
Topic: Datastage v. Informatica
Replies: 1
Views: 1218

Not getting into the why, but I personally know about half a dozen people that have done both and they all prefer DataStage. No knock on either, but if they had a choice that would be their preference. For whatever that is worth. For all I know it may be heavily influenced by which tool you were exp...