Search found 42189 matches
- Sat Jan 21, 2006 4:27 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: how execute script from my basic routine
- Replies: 7
- Views: 1364
- Sat Jan 21, 2006 4:25 pm
- Forum: Site/Forum
- Topic: Intellectual Honesty
- Replies: 2
- Views: 1783
- Sat Jan 21, 2006 8:33 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Hw to get JobHandle for any job other than current job
- Replies: 5
- Views: 1015
More than likely, there wouldn't be a 'previous' job handle to connect to. As noted, you should be able to use the other job name in the call to DSAttachJob to establish a new handle to it for your use. Of course, this all depends on exactly what you are planning on using this for and when/where you...
- Sat Jan 21, 2006 8:30 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Inserting into Oracle table from Server Rouitne
- Replies: 3
- Views: 870
- Sat Jan 21, 2006 8:28 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: functions for converting date and number
- Replies: 6
- Views: 1304
Conversion is implicit in DataStage Server, it's not tightly typed like the PX version is. So the answer is to simply move the value from one datatype to another. Now, if your Date is stored in internal format, you'll need to use OConv along the way. If that doesn't help, you may want to provide som...
- Sat Jan 21, 2006 8:24 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: ODBC stage - Column name with pound sign (#) not accepted
- Replies: 17
- Views: 13120
'Best' is a relative term. It would certainly work and Mark has probably already gone and done exactly that. Just trying to discover some alternatives. Kumar - as an aside and just to be a little anal, you seem to be awfully fond of the little 'rolling eyes' icon. Not sure if you understand the conn...
- Sat Jan 21, 2006 8:16 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: how execute script from my basic routine
- Replies: 7
- Views: 1364
- Sat Jan 21, 2006 8:13 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Default Timestamp Format in Datastage EE
- Replies: 3
- Views: 11723
- Fri Jan 20, 2006 8:54 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Wierd Problem with Shared Container
- Replies: 6
- Views: 1871
- Fri Jan 20, 2006 8:52 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: ODBC stage - Column name with pound sign (#) not accepted
- Replies: 17
- Views: 13120
One such place would be the Oracle OCI Stage Guide. You've got to enable DS_ENABLE_RESERVED_CHAR_CONVERT and then # is represented by _035_ and $ by _036_ in the metadata. They suggest you do this and then import the metadata so that DataStage can handle the conversion for you. Don't know if any suc...
- Fri Jan 20, 2006 8:39 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to acces a database table with BCI?
- Replies: 11
- Views: 3706
- Fri Jan 20, 2006 4:44 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: split the data from database to flatfile
- Replies: 3
- Views: 963
- Fri Jan 20, 2006 4:43 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to acces a database table with BCI?
- Replies: 11
- Views: 3706
- Fri Jan 20, 2006 2:36 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: split the data from database to flatfile
- Replies: 3
- Views: 963
- Fri Jan 20, 2006 11:02 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Xml tag instead of empty value
- Replies: 8
- Views: 2534