Search found 42189 matches

by chulett
Tue Feb 27, 2007 8:08 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: problem with file handling
Replies: 2
Views: 1015

Setting the stage to 'Append' is the only way to keep zero records from 'removing the contents'. However, a 'normal' run won't do so either. Perhaps you should use a date in the filename so that each day you get a new file?
by chulett
Tue Feb 27, 2007 8:04 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: loop for performing jobs to different tables and files?
Replies: 10
Views: 2129

Again - where exactly are these 'lists' stored? In a flat file somewhere? Database? Piece of paper on your desk? :wink:
by chulett
Tue Feb 27, 2007 8:03 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job control fatal error (-14)
Replies: 2
Views: 956

Search the forum for your error, you'll find many conversations on what the -14 means.

Long story short - you have overloaded your server, tried to run too many jobs at the same time. Search.
by chulett
Tue Feb 27, 2007 7:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Converting comp3 value into integer
Replies: 5
Views: 1277

:lol: I almost did the exact same thing last night - repost your question in it's entirety.

Uma - why reinvent the wheel? The CFF stage will do this for you automagically.
by chulett
Tue Feb 27, 2007 7:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error in Scheduling
Replies: 20
Views: 8470

And you'll need to talk to your SA to effect any change there - you won't be able to directly.
by chulett
Tue Feb 27, 2007 7:52 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Datastage Job Design
Replies: 2
Views: 1131

Welcome. How about posting your complete job design? Curious how you are 'merging' the input from three (separate?) ODBC stages for loading via a fourth. Also, any chance that your target table is one of the three source tables and you are blocking yourself? How long do you wait before you decide th...
by chulett
Tue Feb 27, 2007 7:45 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Appending to a Sequential File
Replies: 5
Views: 1618

What are you trying to accomplish here? Seems that you took an issue with a simple solution - the change that Arnd posted - and made things way more complicated than they need to be. You just needed his one command to reset the file pointer to the EOF so you could append, there's no need to read all...
by chulett
Tue Feb 27, 2007 7:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem with WebSphere Transformer Stage
Replies: 7
Views: 2390

:? First you said it was a WebSphere transformer stage, now the WebService transformer stage - which is it?

If the latter, is/was the Web Services PACK installed on this server without issue?
by chulett
Tue Feb 27, 2007 7:29 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: loop for performing jobs to different tables and files?
Replies: 10
Views: 2129

Oh... and Welcome! :D

Didn't notice this was your first post.
by chulett
Tue Feb 27, 2007 7:28 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: loop for performing jobs to different tables and files?
Replies: 10
Views: 2129

So... to rephrase... You have a Sequence job that you need to run and pass in different values. I'm assuming you've already set it up such that, if you do this manually, the job parameter(s) are there that you need and the sequential file and database stages get and use them appropriately as you've ...
by chulett
Tue Feb 27, 2007 7:18 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem with WebSphere Transformer Stage
Replies: 7
Views: 2390

What exactly is in the shared container? Anything more than just a Transformer? And to be clear, is it a Parallel transformer or a BASIC transformer? You need to install the specific version of the specific C++ compiler that your version of DataStage says that is supported. It's picky that way. I'm ...
by chulett
Tue Feb 27, 2007 7:10 am
Forum: General
Topic: Run a job without waiting to complete
Replies: 9
Views: 3060

That's the answer if the Sequence job itself is what must be started without waiting - and the Sequence is multi-instance. It was hard to tell from your post, but are you asking how to do this for a job that the Sequence itself runs? :?
by chulett
Mon Feb 26, 2007 11:57 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to find EOF using DataStage
Replies: 9
Views: 5525

parag.s.27 wrote:Is it like DS supports a particular version of DOS

No, it just leverages whatever it is you got. Post your command.
by chulett
Mon Feb 26, 2007 7:12 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Websphere MQ: New Daylight Saving Time
Replies: 5
Views: 3243

There is a specific topic for DST changes in the General forum, but I'll repeat the official URL here:

https://www.ascential.com/eservice/public/dst.jsp
by chulett
Mon Feb 26, 2007 7:10 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: literal spaces treated as a key
Replies: 10
Views: 3811

Isn't there some kind of equivalent to sqlldr's PRESERVE_BLANKS setting? Otherwise, spaces get trimmed and you can end up with a null field. Assuming we're talking Oracle here.