Search found 53125 matches
- Wed Oct 03, 2007 10:34 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Upgrade to EE
- Replies: 4
- Views: 1121
- Wed Oct 03, 2007 10:32 pm
- Forum: IBM<sup>®</sup> DataStage TX
- Topic: Jobs Getting Failed Due to Lack of Sessions
- Replies: 4
- Views: 3048
- Wed Oct 03, 2007 4:16 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: couldn't find DB2/UDB enterprise stage
- Replies: 11
- Views: 2273
- Wed Oct 03, 2007 2:28 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: couldn't find DB2/UDB enterprise stage
- Replies: 11
- Views: 2273
- Wed Oct 03, 2007 2:26 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Default.apt Syntax Question
- Replies: 10
- Views: 3345
- Wed Oct 03, 2007 2:24 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: DsJobReport - write status to a specific file
- Replies: 1
- Views: 764
- Wed Oct 03, 2007 2:19 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Reading SQL from file to extract data from Oracle Tables
- Replies: 19
- Views: 4627
- Wed Oct 03, 2007 2:18 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Unable to set to Null
- Replies: 1
- Views: 665
- Wed Oct 03, 2007 2:16 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Error while try to access data from sequential file
- Replies: 2
- Views: 2666
- Wed Oct 03, 2007 2:14 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: can we pass char values as parameter values
- Replies: 10
- Views: 1474
- Wed Oct 03, 2007 2:12 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: JOB SCHEDULE PLAN document(template) -Urgent****
- Replies: 1
- Views: 648
- Wed Oct 03, 2007 2:08 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Generic Stage Option Value
- Replies: 4
- Views: 1464
Imagine we're processing the date 2007-10-04. The year is 2007, the month is 10, and we require 2071001 as the result. The "2" is the century designator. cast(YR as INTEGER)-1900)*10000 returns (2007-1900) * 10000, or 2070000 cast(Mnth as INTEGER)*100 returns (10 * 100), or 1000 cast('01' as INTEGER...
- Wed Oct 03, 2007 1:59 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Batch Job - send email issue
- Replies: 3
- Views: 1215
Code: Select all
Call DSExecute("UNIX",'/usr/bin/mailx -s ' : JobName : ' "a@yahoo.com"','0','0') - Wed Oct 03, 2007 1:57 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: The string representation of a datetime value is out of rang
- Replies: 7
- Views: 8120
- Wed Oct 03, 2007 1:54 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Getting invocation Id details from the job
- Replies: 4
- Views: 2067