Search found 53125 matches

by ray.wurlod
Tue Jul 01, 2014 8:27 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: I want the count of Each Deptno and Avg sal for Each Dept
Replies: 1
Views: 1067

Use Sum(1) to get count. Generate the 1 values upstream for example in a Column Generator stage using a Cycle with only the one value.

If it's actually a server job (as posted), use a Transformer stage to generate the 1 values.
by ray.wurlod
Tue Jul 01, 2014 6:47 pm
Forum: General
Topic: How To find list of jobs accessing a table in Datastage
Replies: 1
Views: 1196

Assuming your developers are diligent in only ever loading imported table definitions from the repository into job designs, right click on the table definition and perform a "where used" analysis.
by ray.wurlod
Mon Jun 30, 2014 8:14 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job hangs when the data has spaces
Replies: 3
Views: 1340

What is the data type?
Are they genuine spaces (0x20) or something else?
by ray.wurlod
Mon Jun 30, 2014 4:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: compress and encode
Replies: 3
Views: 1498

OK. Initial advice is "don't push - especially not on weekends".
by ray.wurlod
Fri Jun 27, 2014 3:49 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Warning as invalid date
Replies: 7
Views: 5125

Try changing the Data Element in the Columns grid to "Date". It may be that DataStage is expecting an internal format when data type is Date. The Data Element can cause a translation to be effected.
by ray.wurlod
Thu Jun 26, 2014 11:01 pm
Forum: IBM QualityStage
Topic: Name Cleansing PTY LTD
Replies: 5
Views: 4046

Can you simply standardise them in QualityStage, and re-arrange them afterwards in DataStage?
by ray.wurlod
Thu Jun 26, 2014 11:00 pm
Forum: General
Topic: inport/export data between information server and architect
Replies: 4
Views: 1020

Try using Import Export Manager. All "deprecated" means at the moment is that it's no longer supported. It still works.
by ray.wurlod
Thu Jun 26, 2014 4:22 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to enhance Hash file performance ?
Replies: 3
Views: 2247

Performance on read is not tunable. If the hashed file is properly sized, this should be one I/O operation per key-based access (lookup), or one I/O operation per group (stream). Performance on write is tunable by preallocating the space for the hashed file, as Craig suggests. The Hashed File Calcul...
by ray.wurlod
Thu Jun 26, 2014 4:19 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: NLS settings to view/extract chinese characters
Replies: 2
Views: 3035

Well done.
Just be aware that there are two sets of Chinese characters (simplified and traditional), and they use different code pages and therefore different maps. The other family of maps is BIG5.
by ray.wurlod
Thu Jun 26, 2014 4:16 pm
Forum: General
Topic: Designer reports error when saving jobs
Replies: 6
Views: 4920

Welcome aboard.

Check the permissions on objects in the project directory (it must be writable by the group).

Check that the credentialled user belongs to the group.

Note that DataStage treats local user and domain\user separately by default.
by ray.wurlod
Thu Jun 26, 2014 4:12 pm
Forum: General
Topic: Websphere Application Server - Datastage Migration
Replies: 2
Views: 732

Yes. Obviously you will want to export/import all your design work. If you've customised project properties, remember/record how they are set so that you can replicate these in the new environment. If you've created hashed files manually you will need to do that in the new environment. If you're usi...
by ray.wurlod
Thu Jun 26, 2014 12:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Timestamp with microseconds
Replies: 10
Views: 4880

Open the column metadata and specify the detailed format string for that particular timestamp field as "%yyyy-%mm-%dd %hh:%nn:%ss.3".

Set the data type as Timestamp Microsecond 23 3

These settings override the default settings.
by ray.wurlod
Wed Jun 25, 2014 4:10 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: want to delete datasets using orchadmin
Replies: 3
Views: 771

Or even use the -exec option in find to execute the orchadmin rm {} command.
by ray.wurlod
Wed Jun 25, 2014 4:06 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unidata and UNIAPI
Replies: 3
Views: 2130

It depends what "supported" means in this context. Usually they maintain backwards compatibility for a while. I suggest you try one. If it doesn't work, throwing a "not supported" error, then you will be up for the effort of changing job design.