Search found 53125 matches

by ray.wurlod
Thu Apr 09, 2009 7:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Issue with reading csv file
Replies: 2
Views: 1068

Please confirm that this is a mainframe job. It seems unusual to me that you have a CSV file on a mainframe.

I note also that you have marked the thread as resolved. The convention on DSXchange is to make a short post indicating HOW it was resolved, the better to aid future searchers.
by ray.wurlod
Thu Apr 09, 2009 7:19 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DSD.UVOpen Unable to open file
Replies: 10
Views: 5412

Does the parameter value for the directory have a terminating slash and this particular job have a slash between the parameter reference and the hashed file name?
by ray.wurlod
Thu Apr 09, 2009 7:18 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: user defined query error
Replies: 5
Views: 1453

Curiously neither of these columns was mentioned in your original question. You apparently need the RMM stage.
by ray.wurlod
Thu Apr 09, 2009 7:16 am
Forum: General
Topic: Invalid Characters
Replies: 1
Views: 1149

How is this character getting into the data in the first place? It seems to me that prevention may be better than cure, if the field is simply intended to be space padded.
by ray.wurlod
Thu Apr 09, 2009 7:14 am
Forum: General
Topic: Datastage 7.1r1 is compatible with oracle 11g - Urgent
Replies: 4
Views: 1641

8.1
by ray.wurlod
Thu Apr 09, 2009 7:14 am
Forum: Information Analyzer (formerly ProfileStage)
Topic: How to specify XL files metadata into QETXT.INI file.
Replies: 3
Views: 3173

Do you have an ODBC driver for Excel? If not, dump them in CSV format and process as you would your other CSV files.
by ray.wurlod
Wed Apr 08, 2009 9:14 pm
Forum: General
Topic: Reading sequential file empty columns NULL vs. Empty String
Replies: 8
Views: 6422

2. Derivation substitution is your friend.

Select all the column derivations affected, right click and choose Derivation Substitution from the menu. The rest is intuitive for someone who lusts after regexps (if that's the correct plural).
by ray.wurlod
Wed Apr 08, 2009 9:11 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: user defined query error
Replies: 5
Views: 1453

Simple enough. That's not a query.
by ray.wurlod
Wed Apr 08, 2009 6:18 pm
Forum: General
Topic: Reading sequential file empty columns NULL vs. Empty String
Replies: 8
Views: 6422

Not directly, but the extended form of the Trim() function can shrink multiple spaces to single space.
by ray.wurlod
Wed Apr 08, 2009 6:17 pm
Forum: General
Topic: Datastage 7.1r1 is compatible with oracle 11g - Urgent
Replies: 4
Views: 1641

It's not urgent, because it will never be possible. You will need to upgrade DataStage too. We don't do "urgent". DSXchange is an all-volunteer site whose members post as and when they can. If you want urgent help, sign up with your support provider for priority service and learn the true ...
by ray.wurlod
Wed Apr 08, 2009 1:45 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: IS VALID () Fatal error message
Replies: 7
Views: 4893

35 is not a valid day number, this is what it's telling you.
by ray.wurlod
Wed Apr 08, 2009 1:43 pm
Forum: General
Topic: Dataset
Replies: 11
Views: 1839

For a small enough volume of data only one segment file will be created, at least on an SMP server. I have not verified this result in a cluster or grid environment.
by ray.wurlod
Wed Apr 08, 2009 12:56 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Delays between Job Sequences / Calling Next Job
Replies: 20
Views: 10091

My reason for asking about remote data is that the variability might be in the load on database servers.
by ray.wurlod
Wed Apr 08, 2009 12:55 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Counting the largest number of multi-values in X no. of cols
Replies: 7
Views: 2936

Yes, that's what the Maximum() function does.