Search found 42189 matches
- 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...
- 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
- 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
- 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
- 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
- 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...
- Wed Oct 22, 2008 9:41 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: ORA : 1438
- Replies: 7
- Views: 6249
- Wed Oct 22, 2008 9:28 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Reset Failure
- Replies: 7
- Views: 1563
- 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
- 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
- Wed Oct 22, 2008 8:11 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: ORA : 1438
- Replies: 7
- Views: 6249
- 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
- Wed Oct 22, 2008 8:06 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Numeric Check Validation
- Replies: 5
- Views: 2139
- 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...
- 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...