Search found 42189 matches

by chulett
Wed Oct 22, 2008 12:53 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML Output Filenames
Replies: 5
Views: 1464

No, there really isn't to the degree you are looking for. You can set the basename to whatever you like and it will automatically add a numeric suffix to any new files it creates as you've discovered. What we do for our extracts where we create gobs of XML files that need specific filenames and date...
by chulett
Wed Oct 22, 2008 10:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problems with space in resource disk
Replies: 6
Views: 1839

From what I recall, datasets are akin to fixed-width files so each field takes up the maximum amount of space that can be allocated regardless of the actual data.
by chulett
Wed Oct 22, 2008 10:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Last date of current month
Replies: 3
Views: 1624

A search of the forums for "month end date" should turn up a number of discussions, I would think.
by chulett
Wed Oct 22, 2008 10:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: job unlock
Replies: 3
Views: 872

It wouldn't be valid for version 8.
by chulett
Wed Oct 22, 2008 10:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DS parallel 8.0
Replies: 1
Views: 791

[sigh]

This is the "FAQ Discussion" forum, please repost your question in the PX forum. And disable smilies when you do so there's less coolness.
by chulett
Wed Oct 22, 2008 10:17 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Numeric Check Validation
Replies: 5
Views: 2139

There's no "then" in a constraint expression as expressions just evaluate to true or false. A "then" only has a place in an assignment, something you would use in a derivation. Also note that boolean functions, ones that return a true or false, should simply be checked as a boolean, not for a speci...
by chulett
Wed Oct 22, 2008 9:41 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ORA : 1438
Replies: 7
Views: 6249

Moderator, please move to the Server forum.
by chulett
Wed Oct 22, 2008 9:28 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reset Failure
Replies: 7
Views: 1563

You'd need to open a ticket to find out the "official" answer to that question. I don't think it should but then I don't use the ODBC stage.
by chulett
Wed Oct 22, 2008 9:27 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to create from an input string a multiple output row ?
Replies: 3
Views: 1129

True, there's a FAQ posting on this subject that discusses that... and we would have gotten there. :wink:
by chulett
Wed Oct 22, 2008 9:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Which Job is better
Replies: 9
Views: 1958

Run them both, let us know. Not really sure what other answer you could expect here, there are too many variables and specifics of your site/servers/data for anyone but you to know. :?
by chulett
Wed Oct 22, 2008 8:11 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ORA : 1438
Replies: 7
Views: 6249

You've posted in the wrong forum and thus we have no idea what job type this is. So... Parallel or Server job?
by chulett
Wed Oct 22, 2008 8:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error in Join stage
Replies: 1
Views: 1169

Welcome aboard. I found 38 topics when I searched for "Heap allocation failed", did none of them help you?
by chulett
Wed Oct 22, 2008 8:06 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Numeric Check Validation
Replies: 5
Views: 2139

Yes. Depends on exactly what you need, but I'd start with the Num() function.
by chulett
Wed Oct 22, 2008 8:05 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job Error Log
Replies: 6
Views: 1428

Been discussed here ad nauseam. Where do you want to do this? UNIX or DataStage? Both answers are basically the same, either "dsjob" with the various "-log" functions for the former or the equivalent "DSGetLog*" functions for the latter. Read the Server Job Developer's Guide pdf chapter on the Comma...
by chulett
Wed Oct 22, 2008 7:59 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Execute multiple jobs using a sequence
Replies: 11
Views: 4318

I'd still look at the UtilityRunJob mechanism, but make it a mult-instance job run X ways with each instance handling 1 of each X records in the driving source file via the mod() function. Is this your "workaround"? The Sequence "difficulty" is the fact that each iteration of the loop would require...