Search found 42189 matches

by chulett
Fri Oct 19, 2012 1:20 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to read tilde(~) column in sequential file
Replies: 2
Views: 1156

Raji - were you able to solve this? Still need help with it?
by chulett
Fri Oct 19, 2012 7:46 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Pin 2 not initialised error
Replies: 13
Views: 4966

OK, that's a conversation for another post.

Did you try adding a Transformer?
by chulett
Fri Oct 19, 2012 7:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: HELP Stage JOIN
Replies: 6
Views: 1235

That would have been excellent information to lead off with rather than make us dig for it. :wink:

Assign a sequential number to each record as it is read, that could be as simple as using @INROWNUM. Then join on this generated 'key' field.
by chulett
Fri Oct 19, 2012 7:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: HELP Stage JOIN
Replies: 6
Views: 1235

So, one of three questions answered. How about the last one - without more information from you, we can't really help I'm afraid.
by chulett
Fri Oct 19, 2012 7:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: HELP Stage JOIN
Replies: 6
Views: 1235

OK... what is the relationship between the two files? Do they share any keys in common? If not, can you state in words how they should be 'joined'?
by chulett
Fri Oct 19, 2012 6:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Retreive reference records from lookup
Replies: 4
Views: 1239

Yes, that would be the full service solution. That would allow you to check for differences and/or 'missing' records from either side via null checks as Ray notes.
by chulett
Fri Oct 19, 2012 6:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Float or Double
Replies: 13
Views: 5200

I am using Aqua to view the oracle tables. Hmmm... Aqua Data Studio? Rather than any kind of grid-based viewer like that or Toad, what happens if you simply use sqlplus rather than that tool? What value do you get then? Just trying to ensure you are solving a real problem rather than a perceived pr...
by chulett
Fri Oct 19, 2012 6:27 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Pin 2 not initialised error
Replies: 13
Views: 4966

Re: Pin 2 not initialised error

When we are running the job using dsjob command it is failing with error "PIN2 not initialized". Question - does this imply that you do not get the error if you run the job from the Director? :? Regardless - "IDENT1" is a transformer that the compiler added to your job between y...
by chulett
Thu Oct 18, 2012 9:45 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Date format not recognized after upgrade to 8.5
Replies: 1
Views: 1836

<Split out to your own post>
by chulett
Thu Oct 18, 2012 9:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Retreive reference records from lookup
Replies: 4
Views: 1239

Do you need to handle records missing from one file or the other? Meaning they exist in File1 but not File2 or vice versa...
by chulett
Thu Oct 18, 2012 9:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to read tilde(~) column in sequential file
Replies: 2
Views: 1156

What have you tried so far? What issues are you having? On the surface, it's just a pipe-delimited file which shouldn't really provide any challenges in the reading dept. I'm assuming that first record is the header row and can be skipped. If there's more to this than meets the eye, please clarify f...
by chulett
Thu Oct 18, 2012 9:12 am
Forum: General
Topic: Add Checkpoints so sequence is restartable on failure
Replies: 8
Views: 3303

You've had lots of help so far... what is your issue at this point? What remains to be solved?
by chulett
Thu Oct 18, 2012 8:06 am
Forum: Site/Forum
Topic: 40k+ users
Replies: 18
Views: 21443

by chulett
Thu Oct 18, 2012 7:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: HELP - GET only first row from transformer
Replies: 1
Views: 1631

First one in or out? @INROWNUM=1 or @OUTROWNUM=1 can work but of course you'll need to worry about partitioning when running on multiple nodes.
by chulett
Thu Oct 18, 2012 6:49 am
Forum: Site/Forum
Topic: 40k+ users
Replies: 18
Views: 21443

Q.E.D.