Search found 53125 matches

by ray.wurlod
Mon Mar 16, 2009 5:08 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: remove leading zeros in decimal field in sequential file
Replies: 26
Views: 67194

You will need to change the data type to Varchar. DataStage will always add leading and trailing nonsignificant zeroes to Decimal data type when writing to text file or displaying through data browser. This proves that precision and scale are being handled properly.
by ray.wurlod
Mon Mar 16, 2009 5:06 pm
Forum: General
Topic: Training question
Replies: 3
Views: 2364

Don't do those products except as a contractor to IBM. Have not developed my own curriculum for these.

Also kinda booked out through October 2010.
by ray.wurlod
Mon Mar 16, 2009 3:25 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: help with routine needed
Replies: 10
Views: 3296

You should have had compile error. DSLogInfo() within the WriteSeq statement requires two arguments. You supply only one. Also, you do not check (using FileInfo()) that the call to OpenSequentialFile() succeeds.
by ray.wurlod
Mon Mar 16, 2009 3:22 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Efficient Way to remove Duplicates and store them
Replies: 5
Views: 1501

When the volume is huge ANYTHING will be time consuming.
by ray.wurlod
Mon Mar 16, 2009 3:21 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: job status
Replies: 13
Views: 6154

The only way you can influence the status code returned by a DataStage job is to write it:
  • so that it generates no warnings or errors (returns 1)

    so that it generates warnings but no fatal errors (returns 2)

    so that it generates at least one fatal error (returns 3)
by ray.wurlod
Mon Mar 16, 2009 3:19 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Wait for file in Routines
Replies: 7
Views: 1460

What do you want to do if your regular expression matches more than one file name?
by ray.wurlod
Mon Mar 16, 2009 3:15 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Accessing MSAccess through DataStage
Replies: 3
Views: 1179

Not all Data Direct drivers are bundled with DataStage - you can purchase others from Data Direct.
by ray.wurlod
Mon Mar 16, 2009 3:14 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: What is the meaning of following errlog message?
Replies: 10
Views: 4903

You learn about APT_PERFORMANCE_DATA in IBM training - in the advanced class if I recall correctly.
by ray.wurlod
Mon Mar 16, 2009 3:13 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: What is the meaning of following errlog message?
Replies: 10
Views: 4903

You learn about APT_PERFORMANCE_DATA in IBM training - in the advanced class if I recall correctly.
by ray.wurlod
Mon Mar 16, 2009 3:08 pm
Forum: General
Topic: Performance differences between the DRS and native stages
Replies: 7
Views: 1729

Bread in a suppository configuration?
by ray.wurlod
Mon Mar 16, 2009 4:42 am
Forum: Information Analyzer (formerly ProfileStage)
Topic: Error after installing fix pack 1 a
Replies: 4
Views: 4153

You go back to your support provider/vendor and get them to do what you're paying them to do.
by ray.wurlod
Mon Mar 16, 2009 4:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Cannot get exclusive access to log
Replies: 8
Views: 3529

Code: Select all

SELECT JOBNO FROM DS_JOBS WHERE NAME = '<<Job name>>';
which a Search would quickly have revealed.
:roll:
by ray.wurlod
Mon Mar 16, 2009 4:33 am
Forum: IBM QualityStage
Topic: information about xecutable
Replies: 1
Views: 1114

I can't recall ever seeing that information in Manager. Certainly not for QualityStage jobs.
by ray.wurlod
Mon Mar 16, 2009 4:30 am
Forum: Information Analyzer (formerly ProfileStage)
Topic: Error after installing fix pack 1 a
Replies: 4
Views: 4153

It would appear, from the install log, that the fix pack was not applied successfully.
by ray.wurlod
Mon Mar 16, 2009 2:28 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Salesforce Integration using web service
Replies: 5
Views: 1737

Have you tested SF.com with something else? Maybe it simply does not deliver the information you want.