Search found 395 matches

by miwinter
Tue Sep 01, 2009 3:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reading file name having spaces
Replies: 5
Views: 2940

Try double-quoting the filename with spaces, as the operating system will read space seperated strings as more than one argument. As for the filename - what are you wanting to do with this exactly? You can add an option the stage to include 'file name column' which will add the filename the data was...
by miwinter
Tue Sep 01, 2009 3:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Replace all occurance's
Replies: 11
Views: 3146

Cheers Arnd, with you now... I forgot it was a 'list' approach. Brain hasn't restarted following bank holiday weekend yet :lol:

Ta
by miwinter
Tue Sep 01, 2009 3:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Replace all occurance's
Replies: 11
Views: 3146

Sainath, isn't that the requirement - to replace ". " with "." :?:

As in Convert(". ",".",string)
by miwinter
Tue Sep 01, 2009 2:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Replace all occurance's
Replies: 11
Views: 3146

Is there something wrong with using Convert for this then? :?
by miwinter
Tue Sep 01, 2009 1:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Compilation error on using a parallelroutine
Replies: 6
Views: 2445

In stage Transformer_145 are you calling a routine named "DateVal" par chance? It seems this routine has issues of its's own...

Code: Select all

Error when checking composite operator: Output from subprocess: ETL_FILES/DSROUTINES/DateVal.so: could not read symbols: File in wrong format
by miwinter
Tue Sep 01, 2009 1:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Issues with Job running on multiple nodes
Replies: 7
Views: 1973

How many records are being processed through this job (including on each side of each join)?

Add environment variable $APT_DUMP_SCORE with value True and rerun the job, then copy and paste the output from the job log here please.
by miwinter
Tue Sep 01, 2009 1:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Divident by zero
Replies: 27
Views: 7434

So what was the issue caused by the policy number? Was it a null / a zero?
by miwinter
Fri Aug 28, 2009 9:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Replace all occurance's
Replies: 11
Views: 3146

Convert string function - the product documentation has a functions reference that lists all those available by datatype.
by miwinter
Fri Aug 28, 2009 9:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: julian_day_from_date(date) issue error mesage
Replies: 11
Views: 3907

OK, that suggests the julian date conversions have a specific issue then. I'd raise it as a PMR through your appropriate support lines.
by miwinter
Fri Aug 28, 2009 9:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: julian_day_from_date(date) issue error mesage
Replies: 11
Views: 3907

Convert/read the second date field to/as a string, use a date from string conversion to achieve consistency across the two and then perform your comparison.
by miwinter
Fri Aug 28, 2009 8:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: julian_day_from_date(date) issue error mesage
Replies: 11
Views: 3907

You say you have previously combined explicit conversions in a single specification - correct? Which conversions did these use? I've tried one as below which fails with a similar error as yours: date_out:date=date_from_julian_day(julian_day_from_date(date)) ... which suggests its either not possible...
by miwinter
Fri Aug 28, 2009 8:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: data stage error sigint
Replies: 5
Views: 7951

Check all is well on the database side i.e. manually connect and run the query. Also, as before, are there any other indications of a problem in the log? Does the job monitor show a particular stage in unknown or aborted state?
by miwinter
Fri Aug 28, 2009 8:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: data stage error sigint
Replies: 5
Views: 7951

Are there any other warning or fatals in the job log other than that entry? Even go as far as checking every other entry in there, regardless of type.

What's the job design?
by miwinter
Fri Aug 28, 2009 4:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sparse lookup Fails.
Replies: 2
Views: 2161

Any reason why you are using an ODBC stage rather than a native DB2 stage?

EDIT - I just spotted in your post that the warning illustrates you are connecting to mainframe DB2.... correct?