Search found 53125 matches

by ray.wurlod
Tue Jun 18, 2013 4:15 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Handle Decimal fields with Sign
Replies: 9
Views: 1774

You do not and cannot "load with sign" into a Decimal field. Decimal numbers are stored in binary format, with one bit reserved for the sign. The only way you can store the sign is to use a string data type of some kind.
by ray.wurlod
Tue Jun 18, 2013 4:12 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: odbc connecter connect MYSQL
Replies: 4
Views: 1500

Set the array size to one of:
  • buffer size / row size

    packet size / row size
or a small multiple thereof.
by ray.wurlod
Tue Jun 18, 2013 4:07 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: getting data for the last three months
Replies: 13
Views: 8003

I suspect the question relates to a sequence governing parallel jobs.

You might like also to investigate using DataStage routines such as the AddMonths routine available here.
by ray.wurlod
Tue Jun 18, 2013 6:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DataStage job getting completed but showing running in Dsgnr
Replies: 5
Views: 1922

Maybe it's just a timing issue. Even though you issue a stop request the job finishes before it gets a chance to process your stop request.
by ray.wurlod
Tue Jun 18, 2013 6:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Strange Lookup warning
Replies: 5
Views: 2471

Because CUSTOMER_NUMBER column was being propagated even though not named on the link.
by ray.wurlod
Tue Jun 18, 2013 12:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Replacement of SCD type 2 in 7. 5 PX
Replies: 3
Views: 984

Welcome aboard. Work your way first through the logic of Type 2 changes. On paper. This will trigger right thoughts about which stage types to use to implement that logic. If you still think you need help, post your analysis back here and we'll proceed further with it. Oh, and you probably don't nee...
by ray.wurlod
Mon Jun 17, 2013 9:54 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Split a delimited column based a value in another column
Replies: 15
Views: 3301

I read the specification as you wanting just two (or one).

Obviously a more generic solution will be more complex. If it's to be no
more than four you could probably stick with the If..Then..Else construct.

Otherwise you are probably going to need some kind of looping solution.
by ray.wurlod
Mon Jun 17, 2013 4:44 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage Connectivity to JDBC and JMS
Replies: 7
Views: 5266

If you have those stage types you have Java PACK installed.
by ray.wurlod
Mon Jun 17, 2013 4:43 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Split a delimited column based a value in another column
Replies: 15
Views: 3301

Doesn't need looping. I'm also assuming that you're intending to show concatenation with your use of "||" (though the DataStage concatenation operator is ":"). If Index(Sequence, ",", 1) = 0 Then Field(Codes, ",", Sequence, 1) Else Field(Codes, ",", ...
by ray.wurlod
Mon Jun 17, 2013 4:36 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ORA-24806: LOB form mismatch
Replies: 13
Views: 12693

"Unemployment" is "not working". Please clarify what you are expecting to happen and what is actually happening. Provide details of any error messages where relevant.
by ray.wurlod
Mon Jun 17, 2013 4:30 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Duplicate segment loading & creating relationship (XML)
Replies: 3
Views: 2025

What have you tried? That is, how have you programmed the properties of the XML stage, including xpaths?
by ray.wurlod
Mon Jun 17, 2013 4:26 pm
Forum: General
Topic: Import Issue
Replies: 1
Views: 1483

How is your test environment's "read-only" status implemented? For example if it is implemented using file system permissions then the answer is a qualified no - the only way to bypass file system permissions is to operate with superuser privilege.
by ray.wurlod
Mon Jun 17, 2013 4:24 pm
Forum: General
Topic: Operations Console - odbqueryapp Not Running
Replies: 1
Views: 1161

I have not experienced this behaviour but, again, my site does not experience any extended periods of idle time.
by ray.wurlod
Mon Jun 17, 2013 4:22 pm
Forum: Information Analyzer (formerly ProfileStage)
Topic: IA - Doubts in procedure for adding DB entry in .odbc.ini
Replies: 12
Views: 6942

I also am unaware of any way to bypass restarting of the ASB agents in this scenario. That said, it's not difficult and doesn't take long - you just have to work around other users' requirements for access to the engine.