Search found 53125 matches
- Fri Apr 29, 2005 2:54 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Oracle OCI Connect Error
- Replies: 17
- Views: 6694
Welcome aboard! :D You have a little more setting up to do. You are apparently using the ODBC stage, rather than the Oracle OCI stage; the latter would use the name in tnsnames.ora and not complain; certainly it wouldn't give an error with [ODBC] (the ODBC driver manager) in it! In the DataStage eng...
- Fri Apr 29, 2005 12:32 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Sequential file error during the execution
- Replies: 8
- Views: 1972
- Fri Apr 29, 2005 12:30 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to convert a FIXED DECIMAL type in using flat files
- Replies: 7
- Views: 2421
You go back to the providers of the file, and tell them that it's not an ASCII file - it contains binary fields, whereas you require EXTERNAL representations of numeric data. Another possibility is to investigate the Iconv() function, with a second argument of "MB" or, perhaps, "MX". The former conv...
- Fri Apr 29, 2005 7:43 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Job stalling
- Replies: 3
- Views: 943
- Fri Apr 29, 2005 7:39 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: OSH processes
- Replies: 2
- Views: 1625
Some recent posts seem to suggest a belief that a server will support an infinite number of processes. That you are trying to size the server is commendable. Arnd's guideline is for one job - you must also have the discipline to avoid starting more jobs than the machine that you specify can handle -...
- Fri Apr 29, 2005 7:35 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Use of the following commands
- Replies: 9
- Views: 3119
There is no need to restart DataStage after cleaning up a project or reindexing. Where did you obtain this assertion? It is, however, necessary to restart DataStage if you make changes to the configuration parameters in the uvconfig file. It's also necessary to restart DataStage so that it picks up ...
- Thu Apr 28, 2005 4:20 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DSD_GenerateEvents.B:LinkReport
- Replies: 2
- Views: 1606
- Thu Apr 28, 2005 4:18 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: ID & PWD as parameters for BW Plug in Stage
- Replies: 5
- Views: 1253
- Thu Apr 28, 2005 4:15 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: sort stage
- Replies: 2
- Views: 1328
- Thu Apr 28, 2005 4:09 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to import and export UserDefined Environment variable.
- Replies: 7
- Views: 5272
- Thu Apr 28, 2005 4:07 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Subroutine failed to complete successfully (301107)
- Replies: 4
- Views: 1260
- Thu Apr 28, 2005 4:05 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Job stalling
- Replies: 3
- Views: 943
- Thu Apr 28, 2005 4:03 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Dynamic parameter passing to OCI Stage
- Replies: 2
- Views: 821
So the query will look like:
You can use job parameter references even in generated SQL. You can also use aggregate functions such as SUM (in Derivation in the Columns grid) in generated SQL.
Code: Select all
Select sum(Tram_amt)
from t1
where arr_id=#Hash1_Arr_id#
and dt='#Hash2_Bill_date#' You can use job parameter references even in generated SQL. You can also use aggregate functions such as SUM (in Derivation in the Columns grid) in generated SQL.
- Thu Apr 28, 2005 4:00 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: MergeStage
- Replies: 6
- Views: 2559
- Thu Apr 28, 2005 3:57 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Hashed File Stage/Lookup stage
- Replies: 2
- Views: 1951