Search found 53125 matches

by ray.wurlod
Fri Aug 22, 2008 5:08 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Converting string to signed decimal
Replies: 1
Views: 650

Looks like you've got a packed decimal.

Do a search for "packed decimal".
by ray.wurlod
Fri Aug 22, 2008 5:03 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Connecting to Mainframe DB2 from PX
Replies: 4
Views: 1411

What does "performance" mean in this context?

And what does "lower" mean in the same context?

What empirical evidence do you have to support your assertion, and can you provide these numbers?
by ray.wurlod
Fri Aug 22, 2008 5:00 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: insert a date field with ODBC Enterprise stage
Replies: 18
Views: 6375

Date format for ODBC must be YYYY-MM-DD

You are using an ODBC driver, and therefore must conform to the standards specified for ODBC.
by ray.wurlod
Fri Aug 22, 2008 4:58 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reading from Excel File
Replies: 14
Views: 5871

Step back for a moment. Do you have a UNIX-based ODBC driver for Excel? If you don't the rest of the conversation is moot.
by ray.wurlod
Fri Aug 22, 2008 4:56 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: 3 character abbrevation for month in date
Replies: 8
Views: 1913

Has anyone else noticed that Oracle is an anagram of "Orc Ale"? And is occasionally misspelled thus?
by ray.wurlod
Fri Aug 22, 2008 4:54 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Issue with combining diff columns frm diff files into 1 file
Replies: 1
Views: 553

What is "VSP" and how are you calculating the totals? Have you conducted a data check - for example using the Debugger - to ensure that your derivations produce the correct pre-summing results? Are you converting to a numeric data type before summing?
by ray.wurlod
Fri Aug 22, 2008 4:52 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Saving Datastage Logs
Replies: 7
Views: 1930

chulett wrote:Ray? Is that you?
No. Still at work when that was posted, and in Japan not in Australia at the time.
by ray.wurlod
Fri Aug 22, 2008 4:49 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Splitting header, body and footer into 3 tables
Replies: 4
Views: 1542

Sequential File stage reads the file. It defines one column, let's call it Line, of type VarChar(255) - or longer if required. Transformer stage has three outputs. It has a stage variable defined to contain svRecordType = Left(InLink.Line,3). Output constraints are then: svRecordType="HDR" svRecordT...
by ray.wurlod
Fri Aug 22, 2008 4:42 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: calling script error
Replies: 6
Views: 1591

Good, now verify the command that DSExecute is being asked to process. Immediately ahead of it, use something like Call DSLogInfo("Command is " : UNIXCmd, "Debugging") Verify, also, that /opt/home/xxx/script.sh actually exists at that location. The "not found" error messa...
by ray.wurlod
Fri Aug 22, 2008 4:34 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hardware configuration
Replies: 1
Views: 738

CPU - at least one. RAM - at least one. Storage - some. Seriously this is not really an answerable question. You could say that the storage requirements are zero (for the DataStage server) because data pass through - are not stored in - DataStage server. But if you are planning to stage data between...
by ray.wurlod
Fri Aug 22, 2008 4:30 pm
Forum: General
Topic: Does IBM Information Server 8.0 works on Fedora 9?
Replies: 3
Views: 1166

It's not a supported operating system.

That said, you won't know till you try it. I haven't, so can't comment.
by ray.wurlod
Fri Aug 22, 2008 4:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to insert data into the database
Replies: 4
Views: 1276

Learn patience. That piece of advice is the first item of help. You have posted in the "wee small hours" in the USA. DSXchange is an all-volunteer site, whose participants post as and when they can, if they have something to say. If you want a more rapid response than that, you buy it by signing up...
by ray.wurlod
Fri Aug 22, 2008 4:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to join
Replies: 14
Views: 2968

Which part of "examples of rows" wasn't clear?
by ray.wurlod
Fri Aug 22, 2008 4:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reading from Excel File
Replies: 14
Views: 5871

You have to configure the DSN on the UNIX machine, by editing a file called .odbc.ini (also referencable as $ODBCINI). The UNIX machine then becomes the client to Excel on the Windows machine.
by ray.wurlod
Fri Aug 22, 2008 3:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to join
Replies: 14
Views: 2968

So what is "the desired result"? Give a brief example of rows from inputs and expected output.