Search found 53125 matches

by ray.wurlod
Thu Aug 02, 2007 4:13 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Oracle OCI Stage Performance
Replies: 6
Views: 1590

That would depend on the views - if they're not materialized views then one would certainly expect the response time to be extended, as the view-defining query must be completed first, before the join can be started.
by ray.wurlod
Thu Aug 02, 2007 4:11 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Surrogate Key
Replies: 13
Views: 3155

There are lots of ways. Research them by searching the forum.
by ray.wurlod
Thu Aug 02, 2007 4:10 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Weird Warning Message
Replies: 6
Views: 933

Did you mean Ln() - logarithm - or Len() - character length - in the highlighted expression?
by ray.wurlod
Thu Aug 02, 2007 4:07 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: What is purpose of $APT_RECORD_COUNT and $OSH_PRINT_SCHEMAS?
Replies: 2
Views: 1807

Each causes additional entries to be logged. APT_RECORD_COUNT causes each player process to log an entry showing the number of records it processed. It does this as part of its shutdown processing. OSH_PRINT_SCHEMAS causes each player process to log an entry showing the actual record schema it used....
by ray.wurlod
Thu Aug 02, 2007 4:06 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: shell script to convert comp-3( packed decimal) to ASCII
Replies: 2
Views: 1273

This is built-in functionality in the Complex Flat File stage!
by ray.wurlod
Thu Aug 02, 2007 4:04 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Invalid assignment of quote character on sequential file
Replies: 9
Views: 3757

When you import the table definition for the Sequential File you can specify a global quote character. On the Format tab of the link properties you can also specify the default quote character. Your properties currently have this set to " - try setting it to None.
by ray.wurlod
Thu Aug 02, 2007 3:57 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Compress dataset files
Replies: 6
Views: 2248

No. The .ds files themselves are tiny in any case, and are already in a binary format. The actual data of a Data Set resides elsewhere, on the resource disks specified in your configuration file. Again, these are already in a binary format. Attempting to compress them will not produce any gain worth...
by ray.wurlod
Thu Aug 02, 2007 3:55 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Decimal data type read
Replies: 4
Views: 1484

The point is, Shin0066, that you already have the data and the job design. So you can try it and let us know. We'd only be guessing - admittedly an educated guess in some cases - or would have to reproduce your work to answer your question - without being compensated for doing so.
by ray.wurlod
Thu Aug 02, 2007 3:52 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: capturing the error message while loading into oracle
Replies: 3
Views: 1389

Execute the oerr command (perhaps in an External Filter stage) to decode the error, or query the Oracle system table that decodes error codes.
by ray.wurlod
Thu Aug 02, 2007 3:49 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: problem with column import stage
Replies: 8
Views: 2223

In what format are the data arriving? That's what you must specify correctly to the stage.
by ray.wurlod
Thu Aug 02, 2007 3:45 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Files made out of table records
Replies: 3
Views: 1114

Can you do this with the XML Output stage?

You don't need the linked manual; the DataStage BASIC manual which you have with your client has everything you need.
by ray.wurlod
Thu Aug 02, 2007 3:29 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: why is external filter not running in parallel
Replies: 10
Views: 4067

It's not necessarily a bug. Some stage types simply don't have parallel execution capability. Others that do have their default execution mode as Sequential, usually for obvious reasons. For example a Sequential File stage with an input link and only one File named can only generate one process - th...
by ray.wurlod
Thu Aug 02, 2007 3:18 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Issue in viewing the data
Replies: 3
Views: 993

The most likely reason is that only 30 characters are coming from source. Please verify that you have checked this possibility. The next possibility is that something in the job is truncating the field to 30 characters. Please verify that you have also checked this possibility.
by ray.wurlod
Thu Aug 02, 2007 3:16 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Running datastage job in debug mode when target is SAP stag
Replies: 1
Views: 1548

Direct the flow into a Sequential File stage rather than the SAP stage - you will then be able to see exactly how the data are being delivered.
by ray.wurlod
Thu Aug 02, 2007 3:14 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Import multiple table definitions using Orchestrate schema
Replies: 3
Views: 2051

Good point. The script would also need to construct an appropriate record structure and insert the record into DS_METADATA table. Not a task for the faint-hearted or even for the inexperienced!