Search found 42189 matches

by chulett
Thu Oct 22, 2009 8:49 am
Forum: General
Topic: result of a query in a variable activity
Replies: 9
Views: 2212

It means nothing would ever leave the transformer down that link. You could also write the file to "/dev/null".
by chulett
Thu Oct 22, 2009 8:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Handling File name
Replies: 1
Views: 776

I don't see why not. Have you tried it? What issues have you seen?
by chulett
Thu Oct 22, 2009 8:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Method to read complex flat file using sequential file?
Replies: 12
Views: 3775

If you are asking if the Schema File property in the Sequence File stage can be parameterized, the answer is yes. :?
by chulett
Thu Oct 22, 2009 8:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: File name with wild card on basic
Replies: 4
Views: 1544

Not as far as I know. You'd need to look up the current name (with a wildcard 'dir' perhaps) and then open it directly once you know the name.
by chulett
Thu Oct 22, 2009 8:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Getting director log for job in text file
Replies: 2
Views: 996

Some would suggest the Print to file option in the Director. If you mean in an automated fashion, search here for ETLStats for many conversions on the topic.
by chulett
Thu Oct 22, 2009 8:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to lock the oracle table while reading the data from it
Replies: 7
Views: 2064

Another way of doing what? What makes you (or them) think you need to lock the table while you're selecting from it? :?
by chulett
Thu Oct 22, 2009 6:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to lock the oracle table while reading the data from it
Replies: 7
Views: 2064

I don't think that is a good idea, but ask your DBA for the syntax and then try putting it in the OPEN COMMAND section of the OE stage, assuming that's what you're using.
by chulett
Thu Oct 22, 2009 6:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Splitting of date range
Replies: 14
Views: 3125

'Separate rows' isn't very precise. So from your example it would be 8 rows of a single column, or 4 rows with two columns?
by chulett
Thu Oct 22, 2009 6:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: aborting job while executing the select statement
Replies: 6
Views: 3151

ODBC doesn't support them, from what I recall. For Access you'd need to put square brackets around them, perhaps the same would work here?
by chulett
Thu Oct 22, 2009 6:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: What are dmp files in DS Client path for?
Replies: 4
Views: 2998

Those are core dumps from failed processes.
by chulett
Thu Oct 22, 2009 6:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Execute Command Activity in Sequence Job -- return value
Replies: 8
Views: 11102

Can you post an example, please? In earlier versions, you got a simple status from any successful jobs but the last entry was always the failure point and included something from the job's log from what I recall. :? If that truly does not work for you, you'll not be able to use the stage but will in...
by chulett
Thu Oct 22, 2009 6:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: What port DataStage uses to connect to the databases
Replies: 8
Views: 3947

As noted, that's all in the hands on the database and attending DBA.
by chulett
Thu Oct 22, 2009 6:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Commonly used parameters
Replies: 5
Views: 1741

Agreed but I would leave it in, just make sure it's set to False. We typically include the 'dump score' one and another I can't think of at the moment, so they can be 'activated' when needed. The generic answer to the parameter question is (in my mind) anything that could change from environment to ...
by chulett
Thu Oct 22, 2009 6:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job substituting default params in place of the passed ones
Replies: 13
Views: 2671

We're already well on our way, so if you want to play that card it's better to ask the Moderator to move it instead.

Moderator, please move to the Server forum.

(he really likes red)
by chulett
Thu Oct 22, 2009 6:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: string to decimal conversion
Replies: 21
Views: 8368

You'd have to expand a teensy bit on what "could not load" means before anyone could do anything but guess.