Search found 53125 matches
- Tue Nov 18, 2008 1:05 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: UpCase Function
- Replies: 6
- Views: 2753
- Tue Nov 18, 2008 12:59 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Director Logging
- Replies: 10
- Views: 2883
There will typically only be three entries per invocation ID in the status table. I don't have access to DataStage at the moment, but executing the query I gave earlier will show you the structure of the keys. If you post the result of that query here, and tell us one of the invocation IDs, then it ...
- Tue Nov 18, 2008 12:53 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Multi tab excel files
- Replies: 1
- Views: 971
- Tue Nov 18, 2008 12:49 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Convert String to Timestamp
- Replies: 6
- Views: 3886
Welcome aboard. Iconv() and Oconv() don't know about fractional seconds; you need to isolate these and add (concatenate) them back again later. But, if what you posted is your input string, then you ought to need to do nothing to it to load it into a Timestamp column in DB2. It's a perfectly valid t...
- Tue Nov 18, 2008 12:44 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: protected - routine
- Replies: 5
- Views: 1291
You can not protect the source code of the Routine, since it is a row in the Repository table DS_ROUTINES. You can make it read-only (to all) via the READONLY column. But this would not prevent anyone from inspecting the code. If you really want to hide a routine, then you have to resort to a mechan...
- Tue Nov 18, 2008 12:37 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Reading data from differnet worksheets(tabs) in excel file
- Replies: 5
- Views: 1439
- Tue Nov 18, 2008 12:26 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: parameter
- Replies: 7
- Views: 1708
- Tue Nov 18, 2008 12:21 am
- Forum: General
- Topic: ODBC vs Plug-in stages
- Replies: 6
- Views: 2164
- Tue Nov 18, 2008 12:18 am
- Forum: Information Analyzer (formerly ProfileStage)
- Topic: How to create a new Information analyzer project
- Replies: 3
- Views: 3309
- Mon Nov 17, 2008 11:55 pm
- Forum: General
- Topic: Datastage Sequencer
- Replies: 1
- Views: 998
By (a) posting in the correct forum (probably General in this case) and (b) getting the terminology correct. A sequencer makes an any/all decision about whether its inputs have fired - it is a component in a job sequence. Once your question is posted in the appropriate forum a more exact answer may ...
- Mon Nov 17, 2008 11:46 pm
- Forum: Information Analyzer (formerly ProfileStage)
- Topic: Unable to get list of columns catalog function 'SQLColumns'
- Replies: 7
- Views: 2838
I've really run out of ideas. I assume they're all ordinary tables. You've said you have all requisite privileges, even to system tables, and the fact that you can import some tables' definitions seems to bear that out. I'd take a punt that the problem is in how the ODBC mechanism is set up; after a...
- Mon Nov 17, 2008 8:30 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: UpCase Function
- Replies: 6
- Views: 2753
- Mon Nov 17, 2008 7:15 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Date Function in Datastage
- Replies: 2
- Views: 2924
- Mon Nov 17, 2008 7:11 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Exit condition in Jobcontrol
- Replies: 1
- Views: 765
Please format your code and post the formatted code, inside Code tags. I suspect you have one END statement too many, which might be why Return is "not working". You ask about returning from a job control routine. Just falling out the end will do it, as will a RETURN statement properly nested. Your ...
- Mon Nov 17, 2008 7:07 am
- Forum: General
- Topic: Handeln with ExpDate derivation in datastage
- Replies: 14
- Views: 7455