Search found 53125 matches

by ray.wurlod
Sat Mar 31, 2012 1:23 am
Forum: Information Analyzer (formerly ProfileStage)
Topic: Failed to create FreqDist Summary
Replies: 13
Views: 8752

Have you imported the table definition for this source? I guess you must have. What are the defined data types for these columns.
by ray.wurlod
Fri Mar 30, 2012 9:15 pm
Forum: Information Analyzer (formerly ProfileStage)
Topic: Failed to create FreqDist Summary
Replies: 13
Views: 8752

In your design make CITY a VarChar with Unicode extended property enabled.
by ray.wurlod
Fri Mar 30, 2012 3:00 pm
Forum: Information Analyzer (formerly ProfileStage)
Topic: Failed to create FreqDist Summary
Replies: 13
Views: 8752

Are you really connecting the the source you THINK you're connecting to?
by ray.wurlod
Fri Mar 30, 2012 2:57 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequentioal File
Replies: 6
Views: 1976

Sequential File stage actually uses STREAMS I/O, so should not be much of a bottleneck in the export operator. As noted, the problem may be in your disk system itself.
by ray.wurlod
Fri Mar 30, 2012 2:54 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Create output files dynamically
Replies: 4
Views: 1716

Server jobs have a Folder stage that does this. You could use one of those in a server Shared Container in a parallel job, or maybe do all of your processing in a server job.
by ray.wurlod
Fri Mar 30, 2012 2:48 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: hash file lookup problem
Replies: 6
Views: 4298

The fact that you can use View Data to see data in the hashed file but no rows are returned on the reference link (output from the Hashed File stage) can suggest only one thing - none of the key values is being found in the hashed file. Check your reference key definition thoroughly.
by ray.wurlod
Thu Mar 29, 2012 8:52 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Converting multiple records into one
Replies: 14
Views: 5506

Further, you posted your question in a DataStage forum.
by ray.wurlod
Thu Mar 29, 2012 8:11 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Converting multiple records into one
Replies: 14
Views: 5506

This looks like a simple variant of vertical pivot, which you can achieve with the PXPivot stage.
by ray.wurlod
Thu Mar 29, 2012 5:59 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Converting multiple records into one
Replies: 14
Views: 5506

Can you show us what your data DO look like?
by ray.wurlod
Thu Mar 29, 2012 5:58 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Fragmented MBCS character error when loading to iSeries DB2
Replies: 4
Views: 3755

Hmm... Ctrl+Z is Char(26), or code point 0x1A. This is the DOS end-of-file character. Might the problem be related to ASCII transfer of text files from Windows to Unix at some point in their history? Or copy/paste from a Windows application into a DB2 application? (Just clutching at another straw he...
by ray.wurlod
Thu Mar 29, 2012 5:54 pm
Forum: General
Topic: Passing values from job parameter
Replies: 6
Views: 1712

Re: Passing values from job parameter

phanikumar wrote:...it should prompt me with ten different values during run time.
DataStage jobs run as background processes - they do not prompt "during run time". Parameter values are resolved/supplied when a job run request is submitted.
by ray.wurlod
Thu Mar 29, 2012 5:50 pm
Forum: IBM QualityStage
Topic: ODBC Data Source for Match test
Replies: 11
Views: 16584

And the user has to have sufficient privilege in the database to create and drop tables.

Ordinarily databases allow all privileges on owned tables - and I believe that this is the case with MySQL.
by ray.wurlod
Thu Mar 29, 2012 3:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Aggregator + Partition
Replies: 12
Views: 9539

This kind of information is available by taking the Advanced DataStage class.
by ray.wurlod
Thu Mar 29, 2012 3:05 am
Forum: Information Analyzer (formerly ProfileStage)
Topic: Can we export the column analysis result
Replies: 5
Views: 3685

IA has many out-of-the-box reports. One of the Column Analysis reports will probably achieve what you want. And reports can be output in a number of formats.
by ray.wurlod
Thu Mar 29, 2012 1:06 am
Forum: General
Topic: Passing values from job parameter
Replies: 6
Views: 1712

Ten parameters.