Search found 15603 matches

by ArndW
Mon Aug 27, 2007 10:24 pm
Forum: General
Topic: Job Hanging.
Replies: 17
Views: 5002

In your 2nd job are the input Seq and the output Seq files different?
by ArndW
Mon Aug 27, 2007 7:43 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Invalid Julian day
Replies: 13
Views: 5536

What is your StringToDate function format? If you have the format string written incorrectly you will get your error message.
by ArndW
Mon Aug 27, 2007 6:02 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Initialization of timestamp to zero in Px transformer
Replies: 5
Views: 1277

Why didn't you just add the function I posted as the derivation, that will work.
by ArndW
Mon Aug 27, 2007 5:46 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Invalid Julian day
Replies: 13
Views: 5536

Very simple, you are doing some sort of a date/timestamp operation with an invalid value.
by ArndW
Mon Aug 27, 2007 4:04 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Getting an Error: regarding Input Redirection
Replies: 11
Views: 9631

I'm sorry if my question was misleading. What are you doing in the ODBC connector stage (which database, which options, etc.)
by ArndW
Mon Aug 27, 2007 4:02 pm
Forum: General
Topic: Data Satge Architecture
Replies: 6
Views: 2028

The DataStage engine is a copy of UniVerse that was cloned several years ago. The two versions have drifted apart as many elements of UniVerse that are not required for DataStage have been removed and other aspects modified. But the base products are still very similar. IBM has bought the product an...
by ArndW
Mon Aug 27, 2007 3:57 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Initialization of timestamp to zero in Px transformer
Replies: 5
Views: 1277

You cannot assign a value of 0 to a timestamp. Try StringToTimeStamp('1900-01-01 00:00:00','%yyyy-%mm%-dd %hh:%nn:%ss').
by ArndW
Mon Aug 27, 2007 3:50 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Numeric (P, S)
Replies: 14
Views: 4994

Look at the uvconfig file in your $DSHOME directory, your EXACTNUMERIC value is probably set to 14. Search the forum for the correct procedure to change this setting if you wish, or use strings as suggested above.
by ArndW
Mon Aug 27, 2007 3:43 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: error while compiling transformer stage
Replies: 12
Views: 4225

kavuri wrote:...
##W TBLD 000000 14:23:17(005) <main_program> Error when checking composite operator: Output from subprocess: sh: /usr/local/bin/gcc:/usr/local/lib/gcc:/usr/local/libexec/gcc: not found.
by ArndW
Mon Aug 27, 2007 3:40 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: 0 rows transferred
Replies: 5
Views: 1535

This can happen for a number of reasons. First of all, I've found the monitor to be unreliable (well, I sometimes use the term "Flakey") for PX jobs. If the stage you are looking at has been optimized out of the run then it will also show a 0 value. What stages are you using? Do the source stage and...
by ArndW
Mon Aug 27, 2007 3:35 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Warning message
Replies: 1
Views: 752

It looks like a placeholder instead of a value is being printed. What options are you specifying in the FTP statement and are you sure you have entered all the login information and formats required?
by ArndW
Mon Aug 27, 2007 3:29 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: date manipulation
Replies: 12
Views: 2978

gsym, I think Satya99 might have the right approach - that your ICONV() isn't converting the date as expected; in which case it will return the original string and which, in turn, is causing your condition to return an unexpected result. Ensure that the ICONV() of your value is successful. I would t...
by ArndW
Mon Aug 27, 2007 3:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: square root in the mainframe edition
Replies: 3
Views: 1617

Is there a POWER/PWR function that you can use?
by ArndW
Mon Aug 27, 2007 3:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Getting an Error: regarding Input Redirection
Replies: 11
Views: 9631

What kind of a stage is this ODBC_Connector_108?
by ArndW
Mon Aug 27, 2007 2:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: square root in the mainframe edition
Replies: 3
Views: 1617

x**(1/2) for square root, x**(1/y) for y-root