Search found 42189 matches

by chulett
Tue Jun 09, 2015 6:56 am
Forum: General
Topic: remove strange character
Replies: 9
Views: 3619

As noted, the first step here is identification as in determining the actual ASCII value of the character. And then the next step is dealing with it properly, which isn't necessarily removal.
by chulett
Mon Jun 08, 2015 4:35 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: import fixed length file
Replies: 2
Views: 1332

Yes. You will need to tell it where each column starts and ends and the name to use as they don't come with column headings.
by chulett
Mon Jun 08, 2015 11:07 am
Forum: General
Topic: Need to revoke job level auto pourge for multiple jobs at 1s
Replies: 8
Views: 2967

It's BASIC.

Did you SEARCH? Check the link I posted? Or are we just waiting for Ray to come back and save the day?
by chulett
Mon Jun 08, 2015 9:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: CFF dropping comp3
Replies: 17
Views: 3765

We (and you too) need to see the octal or hex values, not their 'display' values. Do an "od -h" (octal dump in hexidecimal) against the file and post it here.
by chulett
Mon Jun 08, 2015 4:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: CFF dropping comp3
Replies: 17
Views: 3765

:!: EXAMPLES. Please. All it seems you've confirmed right now is the fact that if the metadata doesn't match the data, the record gets rejected - which as noted is standard expected behavior. Help us help you. Be precise. Show us the FD you are using and what kind of values in what fields are causin...
by chulett
Sun Jun 07, 2015 2:03 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: CFF dropping comp3
Replies: 17
Views: 3765

So... we're still having fun with high/low values? When you say here you are having trouble with a "non-decimal number" in a COMP-3 field you specifically mean HIGH or LOW VALUES? Rather than going a couple of pages like before, can you post examples of these problem values? I for one woul...
by chulett
Thu Jun 04, 2015 1:47 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Record count increasing
Replies: 2
Views: 1273

Couple of points... are you sure the population of the table hasn't increased between the time you ran the query and you ran the job? Meaning perhaps the source isn't static. I'd also be curious how many nodes your job runs with and if so what partitioning you are using. Lastly, if your source is st...
by chulett
Thu Jun 04, 2015 12:51 pm
Forum: General
Topic: Need to revoke job level auto pourge for multiple jobs at 1s
Replies: 8
Views: 2967

Search is your friend, found around 30 other posts on this topic or a variation thereof. For example, this should help:

viewtopic.php?t=106690
by chulett
Thu Jun 04, 2015 9:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: YYYYMMDD -> YYYYDDD
Replies: 2
Views: 1494

I'd look at the StringToDate() followed by DateToString() with %ddd for the day on the way back to a string. Then if you need to, convert the final string to a number. Not aware of a way off the top of my head to do this with a single function.
by chulett
Thu Jun 04, 2015 9:05 am
Forum: General
Topic: Need to revoke job level auto pourge for multiple jobs at 1s
Replies: 8
Views: 2967

Moved you to the appropriate forum, no clue why this ended up in the 'Enhancement Wish List' forum. Unless you were just making a wish. :wink:
by chulett
Thu Jun 04, 2015 7:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DS connectivity with Hadoop
Replies: 8
Views: 6046

If those access methods are supported they can be 'called' from DataStage. The JDBC side would take extra shenanigans because, well... Java. You could always ask your official support provider as well.
by chulett
Wed Jun 03, 2015 3:40 pm
Forum: General
Topic: unix shell
Replies: 4
Views: 1418

Gotcha - the Client is always on Windows but we have to ask what your Server platform is in case it matters to the problem at hand. I'll edit your original post but you could do so as well if you needed to.
by chulett
Wed Jun 03, 2015 11:35 am
Forum: General
Topic: dsexport.exe utilitary and its strange .dsx result
Replies: 2
Views: 1701

Guessing this.
by chulett
Wed Jun 03, 2015 10:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reading PDF document
Replies: 4
Views: 3486

Okay... while you should be able to parse the XML using DataStage and perhaps even retrieve the pdf document in some fashion, we'd need more details to provide cogent help. How is it stored in the XML? And what specifically do you mean by "read the PDF content" in an ETL context?