Search found 42189 matches

by chulett
Tue Aug 16, 2016 4:27 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: returning zeros varchar fields
Replies: 3
Views: 1310

Curious if you've solved this... and if so, would you please post the resolution? Thanks.
by chulett
Tue Aug 16, 2016 7:49 am
Forum: General
Topic: Multi-instance job log cleanup
Replies: 17
Views: 6666

Re: Multi-instance job log cleanup

dls wrote:My understanding is that auto-purge criteria is only considered the next time the instance runs.
No, it happens each time the job runs, regardless of instance.
by chulett
Tue Aug 16, 2016 5:39 am
Forum: General
Topic: How to check if my XMETA is running out of resources
Replies: 2
Views: 1095

That would typically be a DBA task.
by chulett
Tue Aug 16, 2016 5:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Real time Data using Datastage
Replies: 7
Views: 3285

Sounds like a support question to me.
by chulett
Fri Aug 12, 2016 11:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: returning zeros varchar fields
Replies: 3
Views: 1310

You'll need an explicit conversion, I would wager. How about showing us the input and what you want the output to look like? So people can provide more targeted advice rather than something generic.
by chulett
Fri Aug 12, 2016 7:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sql Metadata not Fixed
Replies: 3
Views: 1266

Yes, that's what RCP - Runtime Column Propagation - is all about.
by chulett
Thu Aug 11, 2016 9:11 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: need the output as of below in the datastage parallel job
Replies: 9
Views: 1739

Appreciate that, it will make it much easier to help you out in the future and get you to a solution faster if you help set things up for us properly. Now, make sure to come back and clarify your requirements and ask some actual questions if you need more help than what puliram has supplied so far! :)
by chulett
Thu Aug 11, 2016 2:36 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: need the output as of below in the datastage parallel job
Replies: 9
Views: 1739

:!: puliram, we're really trying to discourage people from creating drive-by posts like this. I know you're trying to help but next time could you please wait for a properly expanded reply from the OP? Thanks.
by chulett
Thu Aug 11, 2016 2:11 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: need the output as of below in the datastage parallel job
Replies: 9
Views: 1739

:!: Sorry but you can't just drop made up input and output examples on us and then expect a fully fleshed out answer when next you stop by. Describe your requirements in words then let us know what you've tried and what specific questions you have. And real sample data is always a good idea. Then we...
by chulett
Thu Aug 11, 2016 7:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Teradata 15.1
Replies: 2
Views: 2363

Not sure how an older release could 'officially' support anything that new but that doesn't mean it wouldn't necessarily work. Probably best as a support question unless someone wanders by that has implemented those two versions.
by chulett
Thu Aug 11, 2016 6:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Abs() Function can be useful for me ?
Replies: 2
Views: 1026

Welcome. You need to be strict with your data types. The abs() function returns a number and numbers don't have leading zeroes. You also don't want to be doing math on a string value like '001'. So modify your function call to something more like: If A= B then Abs(1 + Number) else '001' And then wra...
by chulett
Thu Aug 11, 2016 6:39 am
Forum:
Topic: Problems importing data via istool Command
Replies: 3
Views: 2711

Or just remove them from Excel before saving, even if they look 'empty'.
by chulett
Thu Aug 11, 2016 6:36 am
Forum: Information Analyzer (formerly ProfileStage)
Topic: Encrypted Data
Replies: 5
Views: 3845

Ah... gotcha.
by chulett
Wed Aug 10, 2016 1:40 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job Control Code Characterset Issue
Replies: 20
Views: 16618

Done... but there's no reason it shouldn't have worked for you that I'm aware of if what you did was attempt to edit the first post. Note that it only changes what displays at the forum level, technically each reply can have its own subject and doing that won't change all of those.
by chulett
Wed Aug 10, 2016 7:23 am
Forum: Information Analyzer (formerly ProfileStage)
Topic: Encrypted Data
Replies: 5
Views: 3845

Welcome!

I'm sure someone more smarter will be along to expand on this but from playing the home version of this game I would say that you would need to create a virtual table which includes a decrypted version of the column in question in order to perform the column analysis.