Search found 53125 matches

by ray.wurlod
Wed Dec 04, 2013 3:40 am
Forum: General
Topic: DataStage Job Standards Checking Tool
Replies: 7
Views: 2696

I have a routine that checks for existence of default names on stages and links, but not much more than that. We have many more standards but I have not given any thought to automatically checking; we normally advocate a process of peer review, because that also involves documentation and unit testi...
by ray.wurlod
Tue Dec 03, 2013 3:30 am
Forum: General
Topic: version migration from DS 7.5.2 to DS 8.5
Replies: 7
Views: 1156

Welcome aboard.

No changes to job design will be required.

Why are you migrating to such an old release?
by ray.wurlod
Tue Dec 03, 2013 12:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to read atom feed through Datstage 8.7
Replies: 2
Views: 1112

Probably Web Services Transformer stage.
by ray.wurlod
Tue Dec 03, 2013 12:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: What is the maximum buffer value?
Replies: 3
Views: 1210

Row width?
Number of nodes?
by ray.wurlod
Mon Dec 02, 2013 2:58 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Passing parameter from Hashed to ODBC stage
Replies: 6
Views: 3934

Try "escaping" every single-quote character in your SQL with a backslash.
by ray.wurlod
Mon Dec 02, 2013 2:56 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: What is the maximum buffer value?
Replies: 3
Views: 1210

I suggest that you read the descriptions of buffering in the Parallel Job Advanced Developer's Guide. Buffering is not a "more is more" situation. You may get less speed with larger buffers, if they're too big already and you don't have enough memory to support your settings. Why have you ...
by ray.wurlod
Mon Dec 02, 2013 2:51 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Compare fields in two different flat files
Replies: 5
Views: 1677

How are you partitioning your data? Does it work (whatever that means) if you run on a single node configuration?
by ray.wurlod
Mon Dec 02, 2013 5:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Compare fields in two different flat files
Replies: 5
Views: 1677

What does "no luck" mean?

Have you tried Change Capture stage?
by ray.wurlod
Mon Dec 02, 2013 4:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need suggestion to convert procedure code into datastage job
Replies: 5
Views: 1166

What have you tried? What have you thought?

We're more about helping those who have already made an effort to help themselves.

There are some here who are happy to provide solutions; they call this consulting, and it's all billable time.
by ray.wurlod
Mon Dec 02, 2013 4:54 am
Forum: Information Analyzer (formerly ProfileStage)
Topic: IA: Dynamic Data Quality Rule In Information Analyzer
Replies: 2
Views: 3014

Not within the rule itself. But you could apply a Filter to the data being profiled.
by ray.wurlod
Sun Dec 01, 2013 10:28 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: IsNotNull in transformer stage - won't compile
Replies: 9
Views: 2768

The error message is not about the function itself, but about the fact that you're trying to apply it to something (a Field() function) that is not an input field. You need to re-work your logic so that you're only testing an input field with IsNotNull().

Why not just use NullToValue() function?
by ray.wurlod
Fri Nov 29, 2013 3:53 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job compilation prompts missing
Replies: 7
Views: 5167

Won't be able to answer that till I get in front of DataStage Designer next.
by ray.wurlod
Fri Nov 29, 2013 3:52 pm
Forum: General
Topic: Cleanup of /tmp
Replies: 2
Views: 1952

Probably, if none of your jobs runs more than two days. You need to be more careful if you use always-running jobs in conjunction with ISD, for example.
by ray.wurlod
Fri Nov 29, 2013 3:50 pm
Forum: General
Topic: C++ compiler for DS v9.1
Replies: 4
Views: 1515

Beware, too, that DataStage requires a C++ compiler. When you license xlC_r you need to specify that. The C compiler itself is not required.