Search found 53125 matches

by ray.wurlod
Thu Nov 06, 2008 7:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem with JOIN stage
Replies: 9
Views: 3392

Can you please sketch out your job design? Can you use Copy or inline Peek stages and capture the output of each Aggregator for diagnostic purposes?
by ray.wurlod
Thu Nov 06, 2008 7:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ODBC Column name error
Replies: 2
Views: 955

The ODBC protocol provides for identifier names that begin with an alphabetic character and contain only alphabetic, numeric or underscore characters and are not more than 18 characters long. Some ODBC drivers allow longer names, but none (of which I am aware) allows you to violate the other identif...
by ray.wurlod
Thu Nov 06, 2008 7:18 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Capturing the error in a file or table
Replies: 12
Views: 2392

Create a routine or command to read the log entry in question and write it to your file.
by ray.wurlod
Thu Nov 06, 2008 7:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: CFF
Replies: 1
Views: 738

Welcome aboard. A simple answer is that it works with data whose format is specified in a COBOL FD. There is a chapter in the manual describing more detail - please read that, as I don't want to have to regurgitate it here.
by ray.wurlod
Thu Nov 06, 2008 7:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Tuning a Ds job involving Oracle stages
Replies: 5
Views: 1541

Please wrap your job design in Code tags then use Preview to get it right so that we can understand which link connects to which stages.
by ray.wurlod
Thu Nov 06, 2008 7:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Pivot Stage -Vertical
Replies: 1
Views: 1480

How about you Search DSXchange? This question has been asked and answered more than once in the past. The Pivot stage does not perform a vertical pivot, but there are other techniques for doing so.
by ray.wurlod
Thu Nov 06, 2008 7:12 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Comma delimited to fixed width flat file.
Replies: 4
Views: 1992

Read the file as comma delimited.

Write the file as fixed width format. The display width will be the width of each column in the written file.

Put a Transformer stage between the two Sequential File stages so that you can have links with different format properties.
by ray.wurlod
Thu Nov 06, 2008 7:11 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reading messages from datastage
Replies: 5
Views: 2318

If you know that the DOS-style terminators will be there then you can specify DOS-style (rather than UNIX-style) on the Stage properties tab of the Sequential File stage that reads the file. Otherwise you can remove the Ctrl-M characters either before they get to DataStage or within the job.
by ray.wurlod
Thu Nov 06, 2008 7:09 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unable to connect to the server from client
Replies: 4
Views: 2690

Control Panel

Regional and Language Options (or something similar).
by ray.wurlod
Thu Nov 06, 2008 7:07 am
Forum: General
Topic: Error in Stagevariable
Replies: 3
Views: 1098

Please delete your duplicate post before anyone replies to it.
by ray.wurlod
Thu Nov 06, 2008 7:06 am
Forum: General
Topic: unix command
Replies: 4
Views: 1352

Get a book such as "UNIX for Dummies" or any elementary guide to learning UNIX.
by ray.wurlod
Thu Nov 06, 2008 7:05 am
Forum: General
Topic: Data string 'U' does not match format '%yyyy-%mm-%dd': an in
Replies: 1
Views: 955

Is it an integer or a date/timestamp? You only get format masks of this kind when dealing with dates or timestamps.
by ray.wurlod
Thu Nov 06, 2008 7:04 am
Forum: General
Topic: Error in Stagevariable
Replies: 3
Views: 1098

DataStage BASIC resolves the "equals" operator as If Num(A) And Num(B) Then ((B-A) = 0) Else (A = B) That is, it performs a numeric comparison if both operands are numeric. You can force a string comparison using a Compare() function or by concatenating someth...
by ray.wurlod
Wed Nov 05, 2008 7:56 pm
Forum: General
Topic: South Africa
Replies: 3
Views: 1485

OK, I now have the dates. Arriving in Jo'burg November 13th, departing November 17th. Have not had accommodation confirmed yet, but am happy to meet socially sometime in that period. Keep in mind that I'll not have transport so it will be easier if you can come to where I am (which I'll let you know).
by ray.wurlod
Wed Nov 05, 2008 2:57 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Message Handler Export
Replies: 3
Views: 2212

Have discussed this before - a Search would reveal all. There's no export - you just move the files - message handlers are stored outside the Repository database.