Search found 42189 matches

by chulett
Wed Mar 12, 2008 9:27 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: LINK COLLECTOR - INPUT COLUMN ORDER
Replies: 12
Views: 3487

The help simply says "Note that the meta data on all input links must be identical, and this in turn must be identical to the meta data on the output link". Interpret that as you will, but I don't see the problem with ensuring everything is identical including the column order. Drag the link, Luke.
by chulett
Wed Mar 12, 2008 8:16 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: moving string function
Replies: 3
Views: 904

Promote it from Version Control to Production, either at the same time as the job(s) that use it or before in a separate step.
by chulett
Wed Mar 12, 2008 7:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: stored procedure
Replies: 6
Views: 1631

In my stored procedure. iam just passing the Input parameter and it wont return any OUT parameter.So if the procedure fails due to any exceptions,then will my Datastage Job will also get aborted at the same with the same exception been trapped in datastage log.Or to have this functionality we need ...
by chulett
Wed Mar 12, 2008 7:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: JOB Parameters
Replies: 9
Views: 2389

It should work fine if you 'just move the variables', I've done this many times. Note that there are two sections (and entries) in the file for each variable.
by chulett
Wed Mar 12, 2008 7:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DataStage XE
Replies: 7
Views: 5149

XE is no longer used as a product bundle name, even in the pre-8.x world. It was simply the Server product bundled with MetaStage.
by chulett
Wed Mar 12, 2008 7:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: not abl to read flatfile with quote as double
Replies: 4
Views: 1183

There are a couple of recent threads on this very topic, perhaps some of the principles from them could summarize the options here?

http://www.dsxchange.com/viewtopic.php?t=117173

http://www.dsxchange.com/viewtopic.php?t=117096
by chulett
Wed Mar 12, 2008 7:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to trigger the datastage job through Unix
Replies: 2
Views: 1028

In other words, at the very least post your 'dsjob' syntax. Or the entire script if you like.
by chulett
Wed Mar 12, 2008 7:08 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: User defined sql in DB2 API Stage
Replies: 4
Views: 2159

How many parameter markers are in your SQL? You'll need the same number of columns defined in the DB2 stagte as well.
by chulett
Wed Mar 12, 2008 7:05 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: SEQUENCE GENERATOR???????
Replies: 3
Views: 1308

There are several solutions for this, depending on if DataStage or Oracle should manage the numbers. You could leverage an Oracle Sequence object, for example, in addition to what Arnd posted.
by chulett
Wed Mar 12, 2008 7:02 am
Forum: General
Topic: sqloInit.log - in /tmp - any ideas why DS writes this file ?
Replies: 7
Views: 2682

BizIntel_LH wrote:blocking out information this way makes me angry - it's not the way I would try to get more money from the users

Umm... more money? This isn't being run by IBM, you know. :?
by chulett
Wed Mar 12, 2008 6:58 am
Forum: General
Topic: Invalid characters found warning: NLS issue
Replies: 4
Views: 2968

Right, setting in the dsenv file makes it a part of every projects environment and removes the need to set it up in the Administrator. Unless you need to override it in your jobs, in which case I would suggest creating it there with a value of $ENV. For Oracle, the two values I've found need to be s...
by chulett
Tue Mar 11, 2008 7:30 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Finding the number of leading zeros
Replies: 5
Views: 1380

Nice. Had pondered this briefly today and hadn't come up with anything.
by chulett
Tue Mar 11, 2008 4:34 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: XML Input Stage
Replies: 3
Views: 974

I got 8 hits when I searched for C Stage PlugIn function "Run" required, did none of them help?
by chulett
Tue Mar 11, 2008 3:20 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Date fields From XML to a sequential file......
Replies: 3
Views: 889

eostic wrote:Make the datatype varchar.

I would think that this is the key piece of advice here.
by chulett
Tue Mar 11, 2008 1:28 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to extract data from VSAM file using CFF stage
Replies: 9
Views: 3070

Sorry, can't provide any specific help as I really haven't had to deal with the CFF stage or mainframe files in DataStage. Did in a past life, however, pre-DataStage. I really should stay out of threads like this. :(