Search found 42189 matches

by chulett
Fri Sep 11, 2009 2:38 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Delimiter space
Replies: 3
Views: 1268

Use the hex value for a space - 020 - rather than trying to type it in. Same advice for a tab, make it 009. Etc.

No idea what your 'dead' question is all about, though. :?
by chulett
Fri Sep 11, 2009 2:36 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem wit Decimal Field
Replies: 4
Views: 2402

I don't have any DB2 access here but try setting the Display value to 12 as well and see if that helps.
by chulett
Fri Sep 11, 2009 12:40 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem wit Decimal Field
Replies: 4
Views: 2402

While you can set the scale to zero, you cannot do so for the precision so saying that you set "length to 12 and precision as 0" is invalid. Correct that and you should be fine.
by chulett
Fri Sep 11, 2009 12:37 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: dyamic SQL in ODBC stage help
Replies: 3
Views: 1421

You have a couple of choices. You could dynamically generate the Oracle SQL to a flat file and then use the "SQL File" option in the ODBC, assuming it supports that. Or land just the range and in a Sequence job that runs both jobs pick up the output and pass it through as a job parameter t...
by chulett
Fri Sep 11, 2009 12:31 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic:
Replies: 6
Views: 4522

It's actually an 'Oracle Error' utility called oerr that you can run from your command line. That first line of the code box is me running it.
by chulett
Fri Sep 11, 2009 10:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic:
Replies: 6
Views: 4522

Not sure if you've already looked that one up, but... $ oerr ORA 12505 12505, 00000, "TNS:listener does not currently know of SID given in connect descriptor" // *Cause: The listener received a request to establish a connection to a // database or other service. The connect descriptor rece...
by chulett
Fri Sep 11, 2009 9:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic:
Replies: 6
Views: 4522

OK, never mind, I see the issue - the site you are using to host the image is blocked here. How about just posting the text of the error?
by chulett
Fri Sep 11, 2009 9:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic:
Replies: 6
Views: 4522

All I see for the "below error message" is a big red x. :(
by chulett
Fri Sep 11, 2009 8:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: seqence warnings logs
Replies: 6
Views: 1557

Look at the log for the Sequence job, any warnings it saw would be in there with a yellow marker.
by chulett
Fri Sep 11, 2009 8:41 am
Forum: DSXchange Testimonials
Topic: not happy with this site..
Replies: 9
Views: 17316

That's unfortunate and I'm sorry to hear that. The only forums where you should see that "only users granted special access" message would be the very small number of "private" forums that you would need to request access to. For example, I see that if I try to post in the "...
by chulett
Fri Sep 11, 2009 7:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Calling OSH script from UNIX Server
Replies: 22
Views: 13403

goutam wrote:But my ultimate aim is to run the OshScript generated by datastage to extract the desired output.
Give. It. Up. :roll:

I know you couldn't read all of Ray's response but you are basically wasting your time. Just run the dang job.
by chulett
Fri Sep 11, 2009 6:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Issue in Reading Data in Sequential file
Replies: 5
Views: 1818

:idea: Manu, please stop with the bold and the blue. Just plain old text like this is fine. Really.
by chulett
Fri Sep 11, 2009 6:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Header, detail Logic
Replies: 3
Views: 1386

Since it's already 'sorted' you can skip that step and just set a stage variable to zero when Col1=1 and increment it by one when Col1=2.
by chulett
Fri Sep 11, 2009 5:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Aggregator showing different count for different runs
Replies: 3
Views: 1249

Are you hash partitioning on those '4 key columns(Not Null)'?
by chulett
Fri Sep 11, 2009 5:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Extracting Numeric Part of String
Replies: 6
Views: 1910

You've lost me with your initial sentence and your 'problem' example looks to be returning exactly what I believe that it should: i.e. all of the numeric digits. Why do you think you need to keep spaces or there's any 'first digit' requirement? Of course, only U can let us know what the proper seven...