Search found 6797 matches
- Fri Feb 09, 2007 9:52 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: outer join in oraoci9 stage
- Replies: 3
- Views: 1097
You dont need to configure anything. Just deal with the sql. -Load the meta data of both the tables -In the derivations, prefix it with the table alias name that you are going to use. Say A for Table A and B for Table B -When you go to sql tab, the generated sql will show select A.last_name, A.first...
- Fri Feb 09, 2007 9:22 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: teradata enterprise with unknown destination columns
- Replies: 21
- Views: 6850
- Fri Feb 09, 2007 8:44 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: teradata enterprise with unknown destination columns
- Replies: 21
- Views: 6850
- Fri Feb 09, 2007 8:39 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Reading a Sequential File using Execute Command Stage
- Replies: 7
- Views: 1410
- Fri Feb 09, 2007 8:35 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: teradata enterprise with unknown destination columns
- Replies: 21
- Views: 6850
- Fri Feb 09, 2007 8:24 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: find age from DOB
- Replies: 10
- Views: 1935
- Fri Feb 09, 2007 8:21 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: difference between 7.5 and 7.5.2
- Replies: 8
- Views: 1500
- Fri Feb 09, 2007 8:19 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Convert function current Timestamp() into varchar
- Replies: 2
- Views: 1591
- Fri Feb 09, 2007 8:17 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to call Environment variable in server routine
- Replies: 4
- Views: 1069
- Fri Feb 09, 2007 8:16 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Heap Size Limit
- Replies: 1
- Views: 1455
- Fri Feb 09, 2007 8:13 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: teradata enterprise with unknown destination columns
- Replies: 21
- Views: 6850
Well, in your case the default values need to be set in your work table while creating the table, since the value is being populated into the work table from your actual table. Why are you using a work table in between. From what I am seeing, you are creating a work table, loading your dataset into ...
- Fri Feb 09, 2007 8:10 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: difference between 7.5 and 7.5.2
- Replies: 8
- Views: 1500
- Fri Feb 09, 2007 8:04 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: difference between 7.5 and 7.5.2
- Replies: 8
- Views: 1500
- Fri Feb 09, 2007 8:03 am
- Forum: General
- Topic: Date after File Name
- Replies: 4
- Views: 1551
Somthing like
Code: Select all
mv myfixednamefile.txt filewithdateandtime`date +"%Y%m%d_%H%M%S"`.txt
- Fri Feb 09, 2007 7:53 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Error in compiling a parallel job on windows XP
- Replies: 2
- Views: 889
A simple seach would have revealed all. Try this postfor a start.