Search found 42189 matches

by chulett
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

Perhaps Ken will explain his reasoning. Oh sorry... perhaps Kim will explain his reasoning. :wink:
by chulett
Sat Jan 21, 2006 4:25 pm
Forum: Site/Forum
Topic: Intellectual Honesty
Replies: 2
Views: 1783

I heard a rumour that you might be posting something like this... :wink:

Can't say that I've noticed this going on, perhaps it's off in forums I don't frequent all that often. Interesting. I shall poke around. Computer, perform exact match for 'rumour', please.
by chulett
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...
by chulett
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

Alternately, you might want to post why you think you need to do this. Many people here would be more than happy to suggest alternative approaches that may work out better in the long run for you.
by chulett
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...
by chulett
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...
by chulett
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

Check your online help for the DSExecute command. This can be used to run operating system commands, including scripts.
by chulett
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

Search the forum for 'microseconds' and you should find some recent conversations on this very topic. From what I recall reading, this is an issue with the base product and needs to be dealt with using some custom code.
by chulett
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

No, that's one of the 'problems' with shared containers. There's no way to get performance statistics for the stages inside them.
by chulett
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...
by chulett
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

Oh, well. Close but no cigar.
by chulett
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

I'm asuming it's trying to tell you that the semi-colon at the end of the query is the 'illegal symbol'. Remove it.
by chulett
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

Pivot stage.
by chulett
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

:? Can't you use one of the Transformation Settings on the Output tab to 'Replace empty values with NULLs'? Seem to recall something like that in the stage...