Search found 55 matches

by ashwin2912
Fri Jul 15, 2005 6:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: COMPARE with sequential/CFF
Replies: 15
Views: 5317

Can you do a "View Data" on the Header file?
You cant you use a sequential file for the same?
by ashwin2912
Thu Jul 14, 2005 12:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to capture warnings from Log
Replies: 7
Views: 2294

You can call below script in your after job subroutine for capturing Warnings from Director Log in a text file . $DSHOME/dsenv PROJDIR=<YOUR PROJECT DIRECTORY> cd $PROJDIR JOBNO=`$DSBIN/uv "select * from DS_JOBS where NAME='<JOB NAME>';" |grep No.......... | awk '{print $2}'` $DSHOME/bin/u...
by ashwin2912
Wed Jul 13, 2005 10:01 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Routine to execute Update statment
Replies: 5
Views: 1446

Try this SQL in your routine

Code: Select all

set autocommit on/off
by ashwin2912
Mon Jul 11, 2005 11:18 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Removing licence without uninstall
Replies: 8
Views: 2880

Removing licence without uninstall /Upgrading Server license

You need to be logged in as Administrator to do this...
One mere thing..you can upgrade this license even if the license has expired.
by ashwin2912
Mon Jul 11, 2005 3:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Removing licence without uninstall
Replies: 8
Views: 2880

Saravanan,

We have done this.
After upgrading Server license (thru Administrator) you need to restart DS Service from server end...thats it.
by ashwin2912
Sun Jul 10, 2005 10:50 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Removing licence without uninstall
Replies: 8
Views: 2880

If your license has expired...DS will automatically not allow you to login...So actually there is no need to remove the key.

If you have got an extension to the license from Ascential you can upgrade your key (of course before the previous license has expired :wink: )
by ashwin2912
Wed Jul 06, 2005 10:24 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Why can't I use input column in a lookup condition?
Replies: 2
Views: 1247

Re: Why can't I use input column in a lookup condition?

I have this condition in DataStage 7.5 and it works fine (Its only for the master file though..not for the lookup file)
by ashwin2912
Wed Jul 06, 2005 9:37 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Environment
Replies: 5
Views: 2751

Christina Lim, You seem to confusing parameters set in Administrator and dsenv dsenv is for This script is sourced by the DataStage dsrpcd daemon to establish proper environment settings for DataStage client connections. This script may also be sourced by bourne shells to establish proper environmen...
by ashwin2912
Mon Jul 04, 2005 9:43 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How bad is a transformer?
Replies: 3
Views: 1265

Thanks, Vmcburney for the statistics, I was looking for something like that. So when you have to use a transformer (not replaceable with a single stage); you have no choice but to use a transformer. Hope in the next DS version, we dont have to hear this: In the Ascential World 2004 tech sessions on ...
by ashwin2912
Mon Jul 04, 2005 3:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How bad is a transformer?
Replies: 3
Views: 1265

How bad is a transformer?

I know its best to avoid a transformer; but how bad is a transformer?

Does a transformer simply by being in the job affect performance or does records passing through it hit the performance?
by ashwin2912
Thu Jun 30, 2005 11:04 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to join two aggregator
Replies: 5
Views: 1778

What exactly are you aggregating on...if its on a same key value...then you can do it in 1 aggregator itself....then you can directly use a transformer stage for adding the 2 cols.

or if you are having both o/ps from aggregators of same format then use:

Code: Select all

agg1
	>funnel	>agg3
agg2
by ashwin2912
Thu Jun 30, 2005 3:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: CFF Stage
Replies: 3
Views: 1568

Its only when you view data in DS will you see the dot.
If you write it to a file, it wont be a dot.

(But be carefull when converting decimal to char the dot might persist...hint: do a proper substring)
by ashwin2912
Thu May 26, 2005 5:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Input to lookup stage
Replies: 1
Views: 1116

Input to lookup stage

Just wanted to know....what can be input (looked up) by a lookup stage. It can obviously be a file/table; but when I added a lookup to a file and then looked up to another (see below code) no records matched in Lkp2. It is obvious that by the time Lkp2 tried the lookup no records were ready from Lkp...
by ashwin2912
Fri Apr 29, 2005 9:57 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem with BASIC transformer in parallel job
Replies: 8
Views: 4944

I get this problem with every job that contains a BASIC Transformer stage....I havent tried the node configuration though...I tried to change sequential/parallel option in BASIC tx but still got the same error. Anyway we will be moving to a different env from now.....will check out this situation th...
by ashwin2912
Wed Apr 27, 2005 9:36 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem with BASIC transformer in parallel job
Replies: 8
Views: 4944

I am not doing anything in the transformer. I am just mapping i/p cols and o/p cols...I think the real problem (I dont know what it is...hence this query) is not evident in the log.