Search found 42189 matches

by chulett
Thu Sep 01, 2011 10:15 am
Forum: General
Topic: data validation in fixed width sequential file
Replies: 14
Views: 6063

Well... Ray has a Server version of the IsValid() function stashed somewhere, that could be one approach. Or you'd need to use a mess of IConv/OConv function plus perhaps the other type checks like Num or Alpha. Then you'd need to decide how you wanted to implement it, how to get all of the values i...
by chulett
Thu Sep 01, 2011 9:45 am
Forum: General
Topic: Datastage version
Replies: 8
Views: 2498

I've seen problems going the other direction - a 7.5.1a client accessing a 7.5.3 server. The official line you'll get from support will be that they have to match.
by chulett
Thu Sep 01, 2011 8:35 am
Forum: General
Topic: data validation in fixed width sequential file
Replies: 14
Views: 6063

#1 is simple enough, why not go that route? Anything else seems like an... 'over-complication' to me.
by chulett
Thu Sep 01, 2011 8:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: timestamp over-scale issue in 8.5
Replies: 6
Views: 2962

LOL... obviously I was looking for something a little more specific than that but perhaps that is all that is known.
by chulett
Thu Sep 01, 2011 7:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Copy Stage clarification
Replies: 2
Views: 1053

Let's get you into your own post, Phil.
by chulett
Thu Sep 01, 2011 7:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: timestamp over-scale issue in 8.5
Replies: 6
Views: 2962

I'm guessing that it is because 7 is an illegal value and that you got away with it in 8.1 but that 'loophole' has now been closed. Where did the 7 come from? :?
by chulett
Wed Aug 31, 2011 9:29 pm
Forum: General
Topic: Needs logs for aborted or warning runs
Replies: 3
Views: 1610

I'm curious what part of "start your own post" was unclear? Regardless, here you are split out into your own post, one which you can now control the fate of. I had to guess on the Release & OS values, please let us know if those are wrong. Can you elaborate just a wee bit on your requi...
by chulett
Wed Aug 31, 2011 9:21 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequential file "delimiter not seen" error
Replies: 15
Views: 19798

I trust you actually read what Phil posted? :wink:
by chulett
Wed Aug 31, 2011 9:20 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Abnormal termination when source DRSstage has join condition
Replies: 5
Views: 2654

Define "complex statement". There is a limit to the length of the SQL statement you can use, does "complex" in your case translate to "really long"?
by chulett
Wed Aug 31, 2011 10:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequential file "delimiter not seen" error
Replies: 15
Views: 19798

Just for grins, Phil, can you share for us the settings you are using in the Sequential File stage? You've mentioned how your data is delimited and what the file looks like, but not the actual settings you are using... I just don't want to assume anything.
by chulett
Wed Aug 31, 2011 10:10 am
Forum: General
Topic: Needs logs for aborted or warning runs
Replies: 3
Views: 1610

:!: Please start your own topic, explain to us what you are needing/trying to do and post the code you are using.
by chulett
Wed Aug 31, 2011 7:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Data type check
Replies: 2
Views: 1286

A string is always "valid", what exactly are you expecting and/or trying to check for? As noted, there are functions to check the contents of a string for alpha, numerics, etc.
by chulett
Wed Aug 31, 2011 7:22 am
Forum: General
Topic: Executing the VB script from Datastage
Replies: 3
Views: 3030

Post the relevant message from the log, the one that shows the command being executed and the result. Also curious what your script does and what value(s) it returns. When you ran it by hand from the command line, nothing was checking the return code, the status it passed back. DataStage does.
by chulett
Tue Aug 30, 2011 9:10 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Dealing with huge data
Replies: 3
Views: 1999

Re: Dealing with huge data

datastagedw wrote:Also we need to join this huge data with little less(less than a million records) data from a different database table.
A different table... in the same database?