Search found 6797 matches
- Wed Jul 12, 2006 11:54 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Sorting any order
- Replies: 14
- Views: 2863
Actually, the first impression of the sample data put me off, as to no sort criteria was specified. Craig, i looked into the sort specifications and you are right, a collating sequence map (a csv file) can be maintained to specify the weight of each character, which is read by the sort stage and imp...
- Wed Jul 12, 2006 11:40 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Sorting any order
- Replies: 14
- Views: 2863
- Wed Jul 12, 2006 11:03 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Wrong Parameters being passed while scheduled.
- Replies: 5
- Views: 1614
try to give it as
Just try. Me not well versed in windows : (
OR
Try to give it the same way you are feeding it, but set the type to string instead of filepath.
Code: Select all
\\servername\Groups\Alaris~\ETL\production\Sales
Just try. Me not well versed in windows : (
OR
Try to give it the same way you are feeding it, but set the type to string instead of filepath.
- Wed Jul 12, 2006 10:14 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: MULTI LINE COLUMN
- Replies: 5
- Views: 854
Look at Ken's routine in this post. Tweak it to replace the line terminator with some other character. And then at the end, do the same in opposite fashion.
- Wed Jul 12, 2006 10:00 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: MULTI LINE COLUMN
- Replies: 5
- Views: 854
- Wed Jul 12, 2006 9:46 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: MULTI LINE COLUMN
- Replies: 5
- Views: 854
I doubt it. During run time the engine will complain something like read_seq error due to line terminator encountered before the end of the row. You can certainly handle it, yes but not maintain it like that. Maybe in place of a lineterminator you can put some other character and during the end proc...
- Wed Jul 12, 2006 8:23 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Concatenating Timestamp With a Sequential file
- Replies: 33
- Views: 9458
Offcourse you wont be able to open it. The timestamp will have a space in between and unix doesnt like that.
Use this
Use this
Code: Select all
OrderInvoice_#DSJobStartDate#_#DSJobStartTime#.txt
- Wed Jul 12, 2006 7:59 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Concatenating Timestamp With a Sequential file
- Replies: 33
- Views: 9458
- Wed Jul 12, 2006 7:58 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DataStage Phantom
- Replies: 3
- Views: 1264
You are attempting to write a null record in the key column. Try handling null. Like in the constraint put
Code: Select all
ISNULL(inlink.key) = 0
- Wed Jul 12, 2006 7:53 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Using job parameter in the trasnformer stage
- Replies: 7
- Views: 1610
- Wed Jul 12, 2006 7:33 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Concatenating Timestamp With a Sequential file
- Replies: 33
- Views: 9458
Re: Concatenatnating Timestamp With a Sequential file
In the sequential file stage, use macro DSJobStartTimeStamp
OrderInvoice#DSJobStartTimeStamp#.txt
I am not exactly sure if this functionality is available in version 5.
OrderInvoice#DSJobStartTimeStamp#.txt
I am not exactly sure if this functionality is available in version 5.
- Wed Jul 12, 2006 7:31 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Writing correct English in this forum when asking questions!
- Replies: 21
- Views: 5302
- Wed Jul 12, 2006 6:59 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: If I am not a chatter member........
- Replies: 7
- Views: 1777
- Wed Jul 12, 2006 6:38 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: dsjob hangs up
- Replies: 2
- Views: 847
- Wed Jul 12, 2006 6:35 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Writing correct English in this forum when asking questions!
- Replies: 21
- Views: 5302