Search found 97 matches

by leomauer
Thu Feb 28, 2008 5:03 pm
Forum: Information Analyzer (formerly ProfileStage)
Topic: Information Analyzer
Replies: 8
Views: 9344

Information Analyzer

Can Information Analyzer associate the Table definition in DataStage project with the sequential file on the node? The IBM person told me is that I need to create ini file with metadata, but I do have it in DataStage already. Also IBM person told me that for every sequential file I need to profile, ...
by leomauer
Mon Sep 10, 2007 1:00 pm
Forum: General
Topic: AIX vs Linux for DataStage
Replies: 3
Views: 2266

Ultramundane. I work at this place only a few month. I do not know how and why the original platform was chosen (many years ago). I think it was more of the skill set decision. This place does not have UNIX sysadmins. Now the whole Data Centre operations are going to be outsourced and there are fund...
by leomauer
Mon Sep 10, 2007 9:40 am
Forum: General
Topic: AIX vs Linux for DataStage
Replies: 3
Views: 2266

AIX vs Linux for DataStage

Our company is planning to move DataStage installation from Windows platform. As a target platform AIX and Linux are been discussed. Apparently Linux is cheaper and if we are not missing much comparing with AIX, then Linux it will be. I am trying to make a case for AIX, but I do not know the facts. ...
by leomauer
Mon Sep 10, 2007 7:32 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error in routine- not in VOC
Replies: 13
Views: 6235

You are correct. It did not work without char(254), but using char(254) did not make it right. Char(254) has a special meaning for universe shell and definitely does not work the way that you intended. Because you are on UNIX, try to use char(10) instead. It is just a guess. I am not able to test it.
by leomauer
Fri Sep 07, 2007 9:22 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error in routine- not in VOC
Replies: 13
Views: 6235

It seems to me that char(254) breaks the command line into several lines and the second line of SQL already executes not under UNIX shell but in Universe. That gives those errors.
Try to write without char(254).
I do not have Oracle and Unix now to prove this.
by leomauer
Thu Sep 06, 2007 7:08 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Annotation Icons
Replies: 3
Views: 1364

Thanks. That helped. Completely forgot about those settings.
by leomauer
Thu Sep 06, 2007 6:49 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Annotation Icons
Replies: 3
Views: 1364

Annotation Icons

Lately the Annotation icons in my designer client appear grayed out. Now I am not able to add Annotations or Description Annotation stage to job design even though I can see them in my General group. It was working before. It is only a problem with my client. Other people clients are OK. I was tryin...
by leomauer
Tue Jul 31, 2007 1:38 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Implimenting For loop in stage variables?
Replies: 5
Views: 3699

Rajasekhar
If that is as simple as you described, then a single stage variable will do.
Name is batchNum
Initial value will be 0
Derivation is
If MOD(@INROWNUM, 10) = 1 Then batchNum = batchNum + 1 Else batchNum
by leomauer
Fri Jul 27, 2007 8:52 am
Forum: General
Topic: Sorting on huge volume
Replies: 8
Views: 3105

I do not know what dblink is. But in a "normal" situation if the table in Oracle is partitioned and you can use Oracle Enterprise stage, then you can specify partitioning in this stage and stage will send as many sequel statements as there are partitions. It will correctly add partitioning...
by leomauer
Tue Jul 24, 2007 9:23 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DS sequence checkpoints.
Replies: 7
Views: 4270

There's no point telling you where the checkpoints themselves are stored. Manipulate them with the functions you see in the job control code generated by compiling the job sequence. I disagree with Craig, I find it quite readable. I realized that the checkpoints are controlled by the group of DS fu...
by leomauer
Tue Jul 24, 2007 7:37 am
Forum: General
Topic: Sorting on huge volume
Replies: 8
Views: 3105

You said previously that the table is not indexed. Does it mean that to create you ranges you invoke table scan 4 times. I would consider it a waste. PX approach that Ray recommends should work much better. My experience tells me that it does not wait for the last record to start sorting. It sorts a...
by leomauer
Tue Jul 24, 2007 6:21 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DS sequence checkpoints.
Replies: 7
Views: 4270

Can you describe under what circumstances you would envision a job needing to be skipped? If it's not something checkpoints can achieve, it may just mean that you need to build a conditional branch into your job stream... Craig. It is not that I am not able to code it in Sequence (using Nested cond...
by leomauer
Mon Jul 23, 2007 3:23 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DS sequence checkpoints.
Replies: 7
Views: 4270

DS sequence checkpoints.

I would like know where the sequence checkpoints stored during the execution. And can I change their values from outside of the sequence. The requirement is to be able to skip the job if needed. Of course it can be coded into routine or job control that runs the job. But I realized that the checkpoi...
by leomauer
Fri May 11, 2007 6:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Cleanup resources problem
Replies: 10
Views: 2342

I will when I get a chance.
Unfortunately this server is in heavy use all day long and we do not have a luxury of stopping it at will. Especially for the problem that is inconvenient for dsadmins only.
For now we decided to file a ticket with IBM.