Search found 6797 matches
- Wed Feb 21, 2007 1:24 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: DB2/UDB API Reject Link
- Replies: 5
- Views: 1216
- Wed Feb 21, 2007 1:17 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Datastage direct loader
- Replies: 8
- Views: 1674
- Wed Feb 21, 2007 11:29 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Datastage direct loader
- Replies: 8
- Views: 1674
- Wed Feb 21, 2007 11:20 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Datastage direct loader
- Replies: 8
- Views: 1674
WHen you say direct load, you mean using the OCI Load stage? If yes then make sure the date is in the format YYYY-MM-DD 24HH:MM:SS.nnnnnn before sending it to the load stage. If you are using the API stage and doing an INSERT, then let OCI stage take care of the format in TO_DATE() function. I think...
- Wed Feb 21, 2007 10:56 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Weird problem with Sequential File Stage
- Replies: 26
- Views: 5780
You are missing the forward slash after the FileDirectory. Try this
Code: Select all
awk -F'\t' '{if(<condition> && FILENAME != #FileDirectory#/) {print $0} else {exit 1}}' #FileDirectory#/#Filename#
- Wed Feb 21, 2007 10:54 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Datastage direct loader
- Replies: 8
- Views: 1674
- Wed Feb 21, 2007 10:32 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: sort on a column
- Replies: 23
- Views: 4681
- Wed Feb 21, 2007 10:18 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Memory Allocation Problem
- Replies: 3
- Views: 1754
- Wed Feb 21, 2007 9:50 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Field value with number of records loading.
- Replies: 3
- Views: 758
- Wed Feb 21, 2007 9:38 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Merge Stage - Duplicates in the master link.
- Replies: 7
- Views: 4262
- Wed Feb 21, 2007 9:28 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: sort on a column
- Replies: 23
- Views: 4681
- Wed Feb 21, 2007 9:01 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: FTP Special Chars Ascii 0 and 1
- Replies: 5
- Views: 1631
I'm not sure where you draw the distinction between reading a remote file and transferring it (for purposes of reading). I use FTP to get data and be able to process it line-by-line instead of having to copy the whole file contents to the local machine before processing. Well, with the FTP stage th...
- Wed Feb 21, 2007 8:59 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: sort on a column
- Replies: 23
- Views: 4681
- Wed Feb 21, 2007 7:39 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: datastage job not started but it is showing running state
- Replies: 10
- Views: 4033
- Wed Feb 21, 2007 7:36 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to eliminate the thicked pipeline |
- Replies: 30
- Views: 6625