For only a few cents per day you can be a premium member.
Premium membership revenue is 100% devoted to bandwidth costs of DSXchange. By buying premium membership you are not only helping yourself, you are also helping DSXchange to stay operational.
Search found 53125 matches
- Thu May 17, 2007 4:18 pm
- Forum: General
- Topic: Moving from DS Server to EE
- Replies: 4
- Views: 1484
- Thu May 17, 2007 1:20 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Permission denied
- Replies: 8
- Views: 4074
- Thu May 17, 2007 1:18 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Problem in repalcing LookUp stage with Join Stage
- Replies: 1
- Views: 707
- Thu May 17, 2007 1:14 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Time format
- Replies: 1
- Views: 724
- Thu May 17, 2007 1:09 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Permission denied
- Replies: 8
- Views: 4074
- Thu May 17, 2007 1:02 am
- Forum: General
- Topic: Contents of the core developer training program
- Replies: 1
- Views: 1086
- Wed May 16, 2007 11:37 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: file variables
- Replies: 1
- Views: 785
The Field() function can do this.
Code: Select all
DatePart <--- Field(InLink.TheDate, "_", 1, 1)
NextPart <--- Field(InLink.TheDate, "_", 2, 1)
FinalPart <--- Field(Field(InLink.TheDate, "_", 3, 1), ".", 1, 1)- Wed May 16, 2007 11:35 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: ODBC driver error
- Replies: 7
- Views: 2099
- Wed May 16, 2007 11:33 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Parallel job Failure Code
- Replies: 7
- Views: 3004
- Wed May 16, 2007 11:31 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Validate the Date
- Replies: 5
- Views: 1247
Rather than I'd prefer
Code: Select all
Len(InputDate) = 8Code: Select all
InputDate Matches "8N"- Wed May 16, 2007 11:29 pm
- Forum: General
- Topic: DSSendmail subroutine to send notifications
- Replies: 11
- Views: 6252
I think the problem is that no email is being sent. They can resolve the "always running" issue once they can receive email that the job is running. Take a look at the DSSendMailTester routine, and see how it's done there. Then try to emulate that. I don't think three arguments in the InputArg are e...
- Wed May 16, 2007 8:26 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Unable to Re-Start DSengine
- Replies: 14
- Views: 5321
- Wed May 16, 2007 8:23 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: push NULL values to NOT NULL fields
- Replies: 2
- Views: 1167
- Wed May 16, 2007 4:26 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Creating DBF and MDX files
- Replies: 7
- Views: 2980
- Wed May 16, 2007 4:24 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Sybase
- Replies: 1
- Views: 568