Search found 42189 matches

by chulett
Thu Jan 31, 2008 3:20 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: sequential file error
Replies: 9
Views: 3874

Far simpler to mark the 'First line is column names' option in the stage, it will automatically skip it.
by chulett
Thu Jan 31, 2008 3:18 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to refresh a lookup in every job iteration
Replies: 9
Views: 1851

That makes it problematic as you'd need to commit every record to make them available to the lookup. A hashed file solution is simple - write the new records to the same hashed file and don't cache the lookup.
by chulett
Thu Jan 31, 2008 3:17 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Cannot view the Jobs scheduled by a different user
Replies: 4
Views: 942

Via their login. Or a crontab transfer by someone with The Power. We don't let anyone willy-nilly schedule jobs, all jobs are run under a single userid so this isn't an issue for us. YMMV.
by chulett
Thu Jan 31, 2008 2:42 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to refresh a lookup in every job iteration
Replies: 9
Views: 1851

Your reference lookup is done to an actual database table or a hashed file?
by chulett
Thu Jan 31, 2008 2:41 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Cannot view the Jobs scheduled by a different user
Replies: 4
Views: 942

No, they can only see anything scheduled under their userid.
by chulett
Thu Jan 31, 2008 1:39 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Can we call a parallel job in a Batch server Job.
Replies: 13
Views: 3115

More than likely the answer is 'Yes', but I'd be curious what exactly you mean by 'server Batch process'? :?
by chulett
Thu Jan 31, 2008 1:34 pm
Forum: General
Topic: flatfile with diffrent sections
Replies: 12
Views: 2766

Well then, off you go. :wink:
by chulett
Thu Jan 31, 2008 9:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Performance tunning
Replies: 15
Views: 4323

Exactly, not an ETL issue. Was trying to clarify that all of that 'burden' falls squarely on the shoulders of your DBAs. Thanks Ken.
by chulett
Thu Jan 31, 2008 9:04 am
Forum: General
Topic: Viewing Premium content
Replies: 18
Views: 5854

Ah, yes... sorry. That's for a Premium Poster. All a Premium Member takes is moola. No mimimum number of posts required. :wink:
by chulett
Thu Jan 31, 2008 9:02 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Duplicate count
Replies: 12
Views: 3162

Yup, then sort order is not an issue. :wink:
by chulett
Thu Jan 31, 2008 9:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: what is best way to do ?
Replies: 15
Views: 3585

:? What command? Either supply a full path or explicitly 'cd' there first.
by chulett
Thu Jan 31, 2008 9:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Multiple value in job parameter
Replies: 11
Views: 3283

Do the logs show you what the actual sql ends up being for the query?
by chulett
Thu Jan 31, 2008 8:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Performance tunning
Replies: 15
Views: 4323

Take all that advice with a grain or two of salt. Bulk loading will be faster but can 'take more space' as the data is appended to any existing data, internal free space is not taken into account. Who among us can reduce the space the target table consumes by 'using VARCHAR instead of CHAR'? You're ...
by chulett
Thu Jan 31, 2008 8:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Bulk loading of data from source to target
Replies: 3
Views: 1060

That's a bad bit of documentation - it works fine with remote databases as well, we do this 'all the time'. :wink:
by chulett
Thu Jan 31, 2008 8:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Julian to DD/MM/YYYY format
Replies: 6
Views: 2716

And do you have any idea what those three dates should be?