Search found 53125 matches

by ray.wurlod
Fri Nov 07, 2008 12:34 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Regarding checking <> function
Replies: 3
Views: 1340

Is this really a server job? Are you using row buffering?
by ray.wurlod
Fri Nov 07, 2008 12:23 pm
Forum: General
Topic: ORA-01008: not all variables bound
Replies: 8
Views: 2921

You must have seven columns in your job design metadata for the INSERT link, because your statement includes seven parameter markers (:1 through :7). And so on.
by ray.wurlod
Thu Nov 06, 2008 10:01 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to load data with Special Characters
Replies: 4
Views: 1974

DB2 9.5 can also produce XML, which may be an easier solution. And you could use it to extract the data from the version 8.2 database.
by ray.wurlod
Thu Nov 06, 2008 9:58 pm
Forum: IBM QualityStage
Topic: Creating Custom Rule set Query
Replies: 3
Views: 1803

Your PAT file lacks a STRIPLIST in the PRAGMA section, lacks a POST actions section (which is OK, you may not want any), and lacks an EXIT statement to prevent falling through into the subroutine. You have not shown examples of the kinds of data you will be processing, but any with AARON, ABBEY or J...
by ray.wurlod
Thu Nov 06, 2008 5:58 pm
Forum: Data Quality Best Practices
Topic: IMP...QualityStage Issue
Replies: 1
Views: 8254

Moderator: please move to QualityStage forum

Have you had any QualityStage training? The detailed description you request is about 50% of the QualityStage users' guide. There's no way we're going to re-hash that here.
by ray.wurlod
Thu Nov 06, 2008 4:46 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Pivoting a Single column
Replies: 5
Views: 1578

That's how I would do it too.
by ray.wurlod
Thu Nov 06, 2008 4:45 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: handling Bigint as char datatype-DecimalToString conversion
Replies: 2
Views: 910

OK, then try something like

Code: Select all

Right("00000" : DecimalToString(InLink.MyField, fix_zero), 5)
by ray.wurlod
Thu Nov 06, 2008 12:15 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: handling Bigint as char datatype-DecimalToString conversion
Replies: 2
Views: 910

The output data type needs to be string of some kind. You can not prepend zeroes to a numeric data type - they are stored internally in binary format.
by ray.wurlod
Thu Nov 06, 2008 12:13 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: cannot able to view the data in 8.0
Replies: 4
Views: 974

What are you using to view the data?
by ray.wurlod
Thu Nov 06, 2008 12:10 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: stagevariable
Replies: 2
Views: 960

As I already answered in one of your other posts, use the Compare() function if you need to force a string comparison. Syntax of the Compare() function can be had from the DataStage BASIC manual or from the on-line help.

Code: Select all

Compare(mast.empno, trans.empno, "L")
by ray.wurlod
Thu Nov 06, 2008 8:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Varchar to Integer not working
Replies: 5
Views: 1568

HOW (with what function) are you converting the string to an integer? Are you totally confident that each input value CAN be converted to integer? Do you check?
by ray.wurlod
Thu Nov 06, 2008 8:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Modify Stage(Defining new column with value assigned to it)
Replies: 9
Views: 13058

Modify stage can create new column but the value must be based on an input column using one of the functions available to this stage type.
by ray.wurlod
Thu Nov 06, 2008 8:50 am
Forum: General
Topic: unix command
Replies: 4
Views: 1352

What about dssearch, dssh, dsexport, to name just three?
by ray.wurlod
Thu Nov 06, 2008 7:28 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

Use the log processing functions (DSGetNewestLogId(), DSGetLogSummary(), DSGetLogEntry()) in the routine or the equivalent options in the dsjob command.
by ray.wurlod
Thu Nov 06, 2008 7:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Display Jobs in a Category
Replies: 20
Views: 5567

So what? It still works. "Fiche" = file, "Ligne" = line.

The words of the script language (like "for", "set" and so on) are universal.