Search found 15603 matches
- Mon Mar 24, 2008 12:23 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: String
- Replies: 12
- Views: 3178
This is more along the lines of a buildop in PX. If you can use server jobs then you could do some string manipulation in a loop, I'd use INDEX(In.Col,' OR ') to find the "or" statement, then go back 3 words and prepend a '(' and then go forward 3 words and put in a ')'. That approach is straightfor...
- Mon Mar 24, 2008 12:00 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: String
- Replies: 12
- Views: 3178
- Mon Mar 24, 2008 11:57 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Fatal Error: Not bounded length.
- Replies: 6
- Views: 2822
- Mon Mar 24, 2008 11:53 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Problem with Lookup
- Replies: 11
- Views: 3406
- Mon Mar 24, 2008 10:16 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Fatal Error: Not bounded length.
- Replies: 6
- Views: 2822
- Mon Mar 24, 2008 10:15 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Problem with Lookup
- Replies: 11
- Views: 3406
- Mon Mar 24, 2008 9:44 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Only inserts through Oracle Enterprise stage
- Replies: 18
- Views: 4585
- Mon Mar 24, 2008 9:23 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: compilation taking long time
- Replies: 5
- Views: 2080
- Mon Mar 24, 2008 7:50 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: how to run the job in linux env
- Replies: 2
- Views: 684
- Mon Mar 24, 2008 5:30 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Filesourced job failed with "Internal Error:"
- Replies: 9
- Views: 2585
- Mon Mar 24, 2008 5:22 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: how to add months to the Date column
- Replies: 4
- Views: 1692
The function you would use in a PX transform stage is "DateFromDaysSince", i.e. . Note that 180 is only a banker's half year, 182 is closer and that leap years might need to be accounted for as well.
Code: Select all
DateFromDaysSince(180,In.D1)- Mon Mar 24, 2008 3:30 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Filesourced job failed with "Internal Error:"
- Replies: 9
- Views: 2585
Re: Filesourced job failed with "Internal Error:"
Gerald sui wrote:FTP_FMSSourceFile,0: Internal Error: (0 != ports): subproc/gsubproc.C: 2493 ...
It looks like something to do with your FTP stage and the input/output ports. Are you doing anything special in your FTP stage?
- Mon Mar 24, 2008 3:23 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Invalid Julian day
- Replies: 13
- Views: 5536
- Mon Mar 24, 2008 3:19 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DataStage Server Engine(UniVerse)
- Replies: 5
- Views: 6004
Re: DataStage Server Engine(UniVerse)
Questions: 1. How internally DataStage Server engine functions in the respect of UniVerse, Basic and DataStage? How these components are interacting with each other when a Server Job is designed and executed? "UniVerse" and the "DataStage engine" were identical several years ago and have now got di...
- Mon Mar 24, 2008 2:58 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Anyone has encountered this problem before.
- Replies: 6
- Views: 1445