Search found 42189 matches

by chulett
Tue Feb 02, 2016 4:11 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Issue in reading null values for float data types in file
Replies: 1
Views: 1153

Well... technically there are no data types in a flat file other than string / varchar so you could certainly read it like that and then do an explicit conversion to whatever it needs to be. At least that way you have full control over it rather than letting the stage do an implicit conversion durin...
by chulett
Tue Feb 02, 2016 4:01 pm
Forum: IBM QualityStage
Topic: QualityStage issue - unhandled address
Replies: 7
Views: 4944

There's a whole dedicated forum for "QS" so let me get you over there...
by chulett
Tue Feb 02, 2016 3:56 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Help Needed in calling DB2 Stored Procedure
Replies: 8
Views: 3180

wittyme wrote:The parameters do come from input. This Stored Procedure will be in middle of the job.
Bit of an incomplete job design posted, eh? Back to a type of "transform". I'll let others with practical DB2 experience handle the other questions.
by chulett
Mon Feb 01, 2016 10:55 pm
Forum: General
Topic: Replace Functions in a Sequencer
Replies: 8
Views: 1834

Is that a typo in your posted code where there's no quotes around Benefit? If it is and there are quotes in your code, then you'd need to go into detail as to what "not working" means with some examples - input and output.
by chulett
Mon Feb 01, 2016 5:50 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Help Needed in calling DB2 Stored Procedure
Replies: 8
Views: 3180

It would only be a "transform" type if it was in the middle of a job, meaning needing input and output links. Yours is just a source, so select that type.

Where will your input parameter(s) come from?
by chulett
Mon Feb 01, 2016 3:30 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML OUTPUT STAGE
Replies: 4
Views: 1786

Re: XML OUTPUT STAGE

Why not start by letting us know which tabs you need help with? Also, I need Complete explanation on XML OUTPUT generation through the stage. That's usually called a "class" or "consulting" and not generally covered in a single bulletin board post. You might want to start by chec...
by chulett
Mon Feb 01, 2016 11:04 am
Forum: General
Topic: Replace Functions in a Sequencer
Replies: 8
Views: 1834

Short answer? Yes, you can certainly nest them.
by chulett
Sun Jan 31, 2016 4:22 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: concatenate zeros to fields
Replies: 2
Views: 1329

Is your source field a string or a decimal? Your outer function should be a Right() not a Left(), btw.
by chulett
Fri Jan 29, 2016 6:12 pm
Forum: IBM QualityStage
Topic: Need to verify US address with zipcode
Replies: 7
Views: 4859

Thanks Andy. My two second search for "WAVES DB" only turned up Oceanography sites, that or sites about sound wave and decibels or women in the Naval Reserve during WW2. :wink:
by chulett
Fri Jan 29, 2016 4:43 pm
Forum: IBM QualityStage
Topic: Need to verify US address with zipcode
Replies: 7
Views: 4859

So, help me out here. You say your client did not purchase the "WAVES DB", by that do you mean they did not purchase QualityStage?
by chulett
Fri Jan 29, 2016 2:22 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: MQ Connector Stage to Process XML Files
Replies: 7
Views: 2422

And the short answer to the question you asked me is: no. :wink:
by chulett
Fri Jan 29, 2016 12:43 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error while reading XML records from MQ connector stage
Replies: 6
Views: 3370

This conversation should probably be taken over into their actual post on the XML processing they are trying to do: viewtopic.php?t=155792
by chulett
Fri Jan 29, 2016 10:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: MQ Connector Stage to Process XML Files
Replies: 7
Views: 2422

Guessing you've not worked with XML before? High level: You need to generate the metadata from either a sample of the file itself or from an "xsd" you received from the source. That will generate the columns and "XPath Expressions" needed to parse the XML and you can then import ...
by chulett
Fri Jan 29, 2016 10:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: #NLS# is not a valid codepage
Replies: 3
Views: 2383

Do you want it to be a job parameter? If so, re-read Ray's question.
by chulett
Fri Jan 29, 2016 8:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: MQ Connector Stage to Process XML Files
Replies: 7
Views: 2422

'XML file structure' IS a single string. Pass it along to your XML parsing stage of choice.