Search found 6797 matches
- Thu May 31, 2007 7:52 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: decimal to float
- Replies: 9
- Views: 2307
I believe you need to use both the functions. First to truncate your decimal to a precision of 2 and then convert it to dfloat. Specify a stage variable with length that is equal to the length of your float target field. Set the precision to 2. Specify the derivation for this stage variable say Trun...
- Thu May 31, 2007 7:33 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: .txt File without delimiter
- Replies: 4
- Views: 1844
- Thu May 31, 2007 7:32 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Date plus months
- Replies: 6
- Views: 1629
- Thu May 31, 2007 7:29 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Difference between filter stage and constraint
- Replies: 4
- Views: 1526
Re: Difference between filter stage and constraint
satyanarayana wrote:Filterstage as good performance compare to Trans..
That statement does not hold true for versions 7.5 and higher.
- Thu May 31, 2007 7:28 am
- Forum: General
- Topic: AddMonths routine
- Replies: 4
- Views: 2013
- Thu May 31, 2007 7:15 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Sequencer
- Replies: 5
- Views: 947
- Thu May 31, 2007 7:13 am
- Forum: General
- Topic: Executing DB2 Stored Procedure - Fails
- Replies: 2
- Views: 1684
- Wed May 30, 2007 1:33 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: decimal to float
- Replies: 9
- Views: 2307
- Wed May 30, 2007 1:24 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Routine Source Code
- Replies: 4
- Views: 839
- Wed May 30, 2007 11:59 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Routine Source Code
- Replies: 4
- Views: 839
- Wed May 30, 2007 11:56 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: decimal to float
- Replies: 9
- Views: 2307
- Wed May 30, 2007 11:52 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: null value to timestamp
- Replies: 6
- Views: 4714
- Wed May 30, 2007 11:35 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Sequencer
- Replies: 5
- Views: 947
- Wed May 30, 2007 11:19 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Paremetrize the columns in a DB stage.
- Replies: 7
- Views: 1764
- Wed May 30, 2007 10:54 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Paremetrize the columns in a DB stage.
- Replies: 7
- Views: 1764
I doubt it. If you are really eager to get rid of 10 jobs and keep one then you can get away with it by maintaining two jobs. Job1 will load your source file into a temp table. Job2 will take in user defined sql that joins the tables and spits out the result to a flat file. You can parametrize the u...