Search found 42189 matches

by chulett
Mon Jan 14, 2008 2:11 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML and Massage queue
Replies: 7
Views: 2226

Phooey, I was kinda liking the idea of a massage queue... was wondering where I could sign up. :wink:
by chulett
Mon Jan 14, 2008 1:55 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: To find the total number of days
Replies: 8
Views: 1501

Totally agree, Ken, it should. When I was warehousing we always had one and it came in quite handy for things like you mentioned - all things date were answered there. However, recent efforts I've witnessed seemed to not even consider it. Damn kids. The OP only asked for the total number of days in ...
by chulett
Mon Jan 14, 2008 12:47 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to send the unmatch records into reject file
Replies: 7
Views: 1375

Or just mark it as a Reject link and make sure it is last in the link order. :wink:
by chulett
Mon Jan 14, 2008 11:21 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Horizontal Pivot That Identifies Column Position
Replies: 6
Views: 5574

Yes, it will work just like that. Give it a shot and you'll see. :wink:
by chulett
Mon Jan 14, 2008 10:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Propagate table defn changes into job
Replies: 2
Views: 1267

Only if you propagate it. And as far as I know, that hasn't changed in 8.x. :(
by chulett
Mon Jan 14, 2008 10:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: External Source Stage
Replies: 2
Views: 781

Ooo... haven't been able to say this for a long time. :wink:

From a UNIX command line, type "man paste" and (hopefully) all will be revealed.
by chulett
Mon Jan 14, 2008 8:50 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Prcessing XML files
Replies: 11
Views: 4160

You said both paths, I picked one.

Stage / Properties / Folder pathname: C:\xml_data

Outputs / Properties / Wildcard: *.xml
by chulett
Mon Jan 14, 2008 8:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: OverView Of SQLLDR ??
Replies: 14
Views: 2654

It told you 'sqllder not found' where? Doing what? It makes a difference. Typically, everything Oracle needs is defined in your dsenv file, which includes the necessary path, shared library and environment variable settings. Are you able to / have been using the Oracle stages and just have a sqlldr ...
by chulett
Mon Jan 14, 2008 8:34 am
Forum: General
Topic: Run-time error '13' Type mismatch
Replies: 12
Views: 5201

Especially if this behaviour is specific to you / your PC and everything works fine for anyone else.
by chulett
Mon Jan 14, 2008 8:33 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Prcessing XML files
Replies: 11
Views: 4160

Ok, it can't find your files because you've entered the values wrong. The Folder pathname should just be "C:\xml" and then your Wildcard pattern should be "*.xml".

Give that a shot.
by chulett
Mon Jan 14, 2008 8:29 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: FTP???
Replies: 2
Views: 812

Which one? They're not the same thing. For FTP there is a dedicated stage but it won't do SCP. For either one, you can script something up and call it before/after job or in a Sequence job.
by chulett
Mon Jan 14, 2008 8:27 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: To find the total number of days
Replies: 8
Views: 1501

Yes, of course. I didn't pony that up (or the Oracle solution) as I thought the OP asked for a code solution 'using the transformer stage' and didn't mention the 'O' word.

Time to mark the thread as something - Resolved or Worked Around, regardless.
by chulett
Sun Jan 13, 2008 11:17 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: sequence issue
Replies: 15
Views: 4165

Or just use a Routine Activity stage with the proper triggers. :?
by chulett
Sun Jan 13, 2008 11:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Real time DS flow
Replies: 7
Views: 2759

In a word, yes. An 'always on' job will have issues flushing the sequential file to disk since the stage is never 'closed'. Ernie probably needs to come and expound on this and let us know what a better choice would be.
by chulett
Sun Jan 13, 2008 9:34 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Horizontal Pivot That Identifies Column Position
Replies: 6
Views: 5574

Why would you need to do this all separate like that, read the file 10 times, 10 links, etc? I don't see a need for anything other than a single Transformer feeding the Pivot stage. You have the State key column with 10 data columns coming in to the transformer and the record goes back out with 20 d...