Search found 53125 matches

by ray.wurlod
Sun Sep 11, 2011 2:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: modify stage error
Replies: 13
Views: 5157

I mean precision 20 with data type VarChar.
by ray.wurlod
Sun Sep 11, 2011 2:07 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Datastage server edition & Salesforce.com(SFDC) connecti
Replies: 6
Views: 6775

As far as I am aware, REST is not supported.
by ray.wurlod
Sat Sep 10, 2011 3:36 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Datastage server edition & Salesforce.com(SFDC) connecti
Replies: 6
Views: 6775

Everything in the Web Services PACK uses SOAP, not REST. (There's a certification question about that!) I expect "they" thought REST to be too unstructured to be rigorous.
by ray.wurlod
Fri Sep 09, 2011 2:53 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: nvarchar to varchar
Replies: 3
Views: 1539

... or a Modify stage.
by ray.wurlod
Fri Sep 09, 2011 2:52 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Date from Timestamp
Replies: 8
Views: 3848

You can always tell the difference for data type conversion functions:
To
from
by ray.wurlod
Fri Sep 09, 2011 2:50 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: (61223) Unknown Stage Type ('CJSJobActivity') found in job
Replies: 3
Views: 3214

Sounds like a corrupted export. Try exporting this sequence again.
by ray.wurlod
Fri Sep 09, 2011 2:43 pm
Forum: IBM QualityStage
Topic: Match specification - incorrect classification
Replies: 5
Views: 2355

Almost but not quite. Records with composite weight below clerical cutoff are non-matches (residuals), at least for that pass. Otherwise good. Clerical cutoff must be set <= match cutoff.
by ray.wurlod
Fri Sep 09, 2011 6:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Date from Timestamp
Replies: 8
Views: 3848

date_from_timestamp() is a Modify stage function, not a Transformer stage function.
by ray.wurlod
Fri Sep 09, 2011 5:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: modify stage error
Replies: 13
Views: 5157

VarChar or VarChar(20)??
by ray.wurlod
Fri Sep 09, 2011 5:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: error while using odbc stage
Replies: 3
Views: 2251

It appears that the entry in tnsnames.ora for this database does not have a resolvable SID.
by ray.wurlod
Fri Sep 09, 2011 5:05 am
Forum: General
Topic: datastage
Replies: 4
Views: 1469

Until you give your posts meaningful subjects I, for one, am not going to help you.
by ray.wurlod
Fri Sep 09, 2011 5:05 am
Forum: General
Topic: datastage
Replies: 2
Views: 870

Until you give your posts meaningful subjects I, for one, am not going to help you.
by ray.wurlod
Thu Sep 08, 2011 11:42 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: shared container
Replies: 11
Views: 6514

select count(*) from all_users where clue > 0;
COUNT(*)
----------
0
Shared containers have a button that allows you to validate that the metadata is the same on the links that pass through its "walls". In your case that seems to be link1 with link2 and link3 with link4.
by ray.wurlod
Thu Sep 08, 2011 10:27 pm
Forum: General
Topic: validating number of files
Replies: 14
Views: 3262

Something else (depending on your precise requirement). I envisage checking the exit status - and/or the output - of each Execute Command activity within the job sequence logic.
by ray.wurlod
Thu Sep 08, 2011 10:25 pm
Forum: General
Topic: using WITH clause in OCI stage
Replies: 3
Views: 908

You can use any SQL that is valid for the database, provided that the rows produced match the metadata in your job design.