Search found 42189 matches

by chulett
Tue Jun 16, 2015 6:59 am
Forum: General
Topic: performance monitoring
Replies: 3
Views: 1363

:?: So why is this topic marked as "Not resolved but there is a workaround" - are we done discussing it? You've gotten everything you need from it? Ray's answer isn't any kind of a "workaround", it is one of the resolutions to your question.
by chulett
Mon Jun 15, 2015 4:33 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Packed Decimal Issue
Replies: 14
Views: 4327

Re: Packed Decimal Issue

In the source data this column equals 100600 In other words 100600.00 is what it sees coming in. And then you "pack it" and you end up with exactly the same output (as you should) - essentially it writes it out with the assumed decimal removed, i.e. as 10060000 which is why the View Data ...
by chulett
Mon Jun 15, 2015 3:22 pm
Forum: General
Topic: Multi Instances not able to view in director
Replies: 11
Views: 3237

I don't think it's related at all but why don't you give it a shot and let us know?
by chulett
Mon Jun 15, 2015 7:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Packed Decimal Issue
Replies: 14
Views: 4327

It's a BASIC Server function so not valid in a Parallel job unless you use it from the BASIC Transformer and understand all that brings along with it.
by chulett
Fri Jun 12, 2015 5:35 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Issue with nChar in Datastage 11.3
Replies: 4
Views: 4418

Why is your Job Type set to Parallel? I'm going to fix that in your first post and move this to the proper forum.
by chulett
Fri Jun 12, 2015 1:46 pm
Forum: General
Topic: Listing jobs called in a Sequence Job (automatically)
Replies: 7
Views: 5020

The dssearch command comes to mind. An exact search here for it should turn up conversations to that effect.
by chulett
Fri Jun 12, 2015 1:36 pm
Forum: General
Topic: Memory error when job scheduled
Replies: 3
Views: 1667

I was under the impression that MKS was out of the picture in the newer versions so perhaps the zip it was using is just what is built into Windows, the so-called 'compressed folders'?
by chulett
Thu Jun 11, 2015 2:42 pm
Forum: General
Topic: Multi Instances not able to view in director
Replies: 11
Views: 3237

What are your auto purge settings for the job?
by chulett
Tue Jun 09, 2015 8:13 pm
Forum: General
Topic: Craig Hits 40000 Posts!!!
Replies: 6
Views: 1536

Go me! :wink:
by chulett
Tue Jun 09, 2015 5:10 pm
Forum: General
Topic: [ParamValue/Limitvalue is not appropriate] - For Null values
Replies: 2
Views: 2878

What parameter type? One that allows nulls?
by chulett
Tue Jun 09, 2015 8:49 am
Forum: General
Topic: remove strange character
Replies: 9
Views: 3619

You probably need to use the optional second argument of "allow8bits" for those functions to work properly with that value. Also wondering if there is a DB2 function equivalent to the Oracle DUMP function to get you the value via SQL.
by chulett
Tue Jun 09, 2015 8:02 am
Forum: General
Topic: remove strange character
Replies: 9
Views: 3619

It needs to be identified, not guessed at. Do you have a way to get its actual value, perhaps by writing it to a file? Then a hex editor (or an octal dump on UNIX) would tell you what it is.
by chulett
Tue Jun 09, 2015 7:11 am
Forum: General
Topic: Converting UTF16 format file to UTF8 format using Shell scri
Replies: 1
Views: 923

Please tell us how this relates to DataStage and why you think you need to convert this and why it needs to happen via a shell script. Will this file be consumed by a DataStage job? At some point we may need to talk about why you think iconv is not giving you "the desired output" as conver...
by chulett
Tue Jun 09, 2015 7:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: combining marks are not in canonical order
Replies: 3
Views: 8035

Looking up nzconvert says that it is used "to convert between any two encodings, between these encodings and UTF-8, and from UTF-32, UTF-16, or UTF-8 to NFC, for loading with the nzload command or external tables". So I would imagine the solution in DataStage would be to use the proper cha...