Search found 42189 matches

by chulett
Fri Jan 01, 2010 3:22 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to read an ascii file in unix
Replies: 8
Views: 4667

Because, as noted, DataStage is unpacking the value. You won't be able to do much in your script until you do something to unpack that field into display format - be it a DataStage job or some other tool. There's lots of utilities that can do that unpacking during the transfer from the mainframe tha...
by chulett
Fri Jan 01, 2010 12:00 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Lookup warning on null
Replies: 9
Views: 10211

Make it nullable in the lookup. If you really want a non-nullable result, handle the null in a Modify stage after the lookup and make that field not nullable from that point onward.
by chulett
Fri Jan 01, 2010 11:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to read an ascii file in unix
Replies: 8
Views: 4667

Still confusing. This 'comparison' you need to do, is it not in a DataStage job? Why would you need to see this from the command line to do that? :? Regardless, you won't be able to see the 'correct' value 'in UNIX' until you unpack the field and write the file out to a new location/name. And since ...
by chulett
Fri Jan 01, 2010 11:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to read an ascii file in unix
Replies: 8
Views: 4667

OK, now I'm officially confused. You said you're already handling it correctly in DataStage but that you were "not able to read correctly in unix" which makes sense as you'll see the packed version there.

So... what exactly is the problem that you have, a UNIX or a DataStage one? :?
by chulett
Fri Jan 01, 2010 10:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to read an ascii file in unix
Replies: 8
Views: 4667

Packed decimal / COMP-3?
by chulett
Thu Dec 31, 2009 9:46 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: compile error
Replies: 26
Views: 4968

Kindly have some patience. You waited what - a little over an hour before you bumped your own post? Never mind the fact that it's New Year's Eve and the edge of a big holiday weekend for most (I would assume) and normal people are probably off doing something fun tonight. Wish I was. In the meantime...
by chulett
Thu Dec 31, 2009 9:08 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: import error in performing a job
Replies: 5
Views: 2938

You already solved the problem. What you have in the file *is* a Varchar, you then need to use StringToDate to actually turn it into a Date datatype, if that's really what you need.
by chulett
Thu Dec 31, 2009 6:58 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: compile error
Replies: 26
Views: 4968

So... have you not compiled a job with a Transformer yet? Yes, you need to configure your APT linker and compiler variables properly for that to work but that's not your problem here.
by chulett
Thu Dec 31, 2009 5:41 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: compile error
Replies: 26
Views: 4968

Have you tried using the Web Console as Julio mentions here?
by chulett
Thu Dec 31, 2009 5:20 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: compile error
Replies: 26
Views: 4968

First suggestion - make sure the job is not being monitored by anyone. Have you done that?
by chulett
Thu Dec 31, 2009 1:18 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How can i get DS LINK COUNT while job running
Replies: 1
Views: 1321

dsjob -linkinfo
by chulett
Thu Dec 31, 2009 1:15 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reading XML Data
Replies: 21
Views: 11324

I personally wouldn't use the Sequential File stage as a source for this but rather what Ernie talks about in his blog post here.
by chulett
Thu Dec 31, 2009 9:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: web services
Replies: 7
Views: 1628

This one, as a matter of fact...

viewforum.php?f=19
by chulett
Thu Dec 31, 2009 7:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parallel job getting aborted
Replies: 6
Views: 2522

So i guess there are more reasons for this failure and you can't guess some solutions unless you know what is there in the job. I modified your quote slightly - a nice observation about trouble-shooting in general that some people don't seem to realize, and especially from where we sit on the other...
by chulett
Thu Dec 31, 2009 7:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DataStage Job Long Running on DS 753 and DataBase Oracle 10g
Replies: 1
Views: 1434

I don't really see how one versus many connections running the same set of SQL would really make a difference. Have you checked that your explain plans in 10g are still appropriate, what you saw in 9i? :?