Search found 15603 matches
- Fri Jan 11, 2013 11:33 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Sequential file format validation
- Replies: 3
- Views: 1503
- Fri Jan 11, 2013 7:38 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Remove special characters from XML file
- Replies: 8
- Views: 3395
- Fri Jan 11, 2013 5:35 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Pass the value of a column as the filename
- Replies: 2
- Views: 1280
The filename for an output file must be either a constant or a parameter (or other variable or combination of types). Parameter values cannot be changed within a job, so you need to determine the filename through column values in a prior job, then pass that value to your job as a parameter. How you ...
- Thu Jan 10, 2013 12:30 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: internal error
- Replies: 5
- Views: 4000
- Thu Jan 10, 2013 11:29 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How can I pass through columns in Aggregator?
- Replies: 10
- Views: 6713
- Thu Jan 10, 2013 2:06 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: internal error
- Replies: 5
- Views: 4000
- Wed Jan 09, 2013 1:43 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: multiple lookup condition
- Replies: 2
- Views: 1496
- Wed Jan 09, 2013 1:42 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Character data to binary conversion
- Replies: 6
- Views: 2085
- Wed Jan 09, 2013 1:29 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: internal error
- Replies: 5
- Views: 4000
- Tue Jan 08, 2013 11:26 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Character data to binary conversion
- Replies: 6
- Views: 2085
- Tue Jan 08, 2013 10:47 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: 'Line Feed' that doesn't disappear
- Replies: 10
- Views: 3259
- Mon Jan 07, 2013 8:16 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: DS Job in not completing.
- Replies: 20
- Views: 8499
- Sun Jan 06, 2013 9:33 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: sparse Lookup in DB2/UDB Enterprise Edition
- Replies: 1
- Views: 855
- Sat Jan 05, 2013 11:24 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DateGenericIsDate is NOT working
- Replies: 13
- Views: 6481
- Sat Jan 05, 2013 10:43 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DateGenericIsDate is NOT working
- Replies: 13
- Views: 6481
It would seem that will correctly convert, while won't.
Code: Select all
ICONV('20121231','D')Code: Select all
ICONV('20130102','D')