Search found 22 matches

by srilaxmi
Mon Aug 03, 2009 5:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Node Number clause in SQL queries
Replies: 10
Views: 6917

here is some more information reg. the node number clause: When we pull from a partitioned table, we use the nodenumber function and current node option in DB2: The partitioning table option tells DataStage to retrieve the data in parallel, but if you do not include the noe number clause in your wh...
by srilaxmi
Tue Jul 28, 2009 10:34 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Node Number clause in SQL queries
Replies: 10
Views: 6917

Sainath.Srinivasan,

It is Datastage nodes..
by srilaxmi
Tue Jul 28, 2009 1:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Node Number clause in SQL queries
Replies: 10
Views: 6917

Node Number clause in SQL queries

Hi All,

I need information on how to use the Node number in SQL queries running in the DB2 Enterprise stages of ETL Data Stage jobs when we pull data from a partitioned table (DB2 table).

TIA,
Sri
by srilaxmi
Wed Apr 15, 2009 4:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Convert String to Decimal in subroutine
Replies: 8
Views: 2593

changming, I think way will work. I will try that out.

ray, I did't get what trim @FM means, please explain.
by srilaxmi
Wed Apr 15, 2009 12:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Convert String to Decimal in subroutine
Replies: 8
Views: 2593

Hi, 1 2 3 4 Filename="test.dat" 5 Jobname="testjob" 6 scriptsdir="/usr/testdir" 7 scriptname="amt.ksh" 8 commd="ksh":" ":scriptsdir:"/":scriptname:" ":Filename:" ":Jobname:" ":"outputfile.dat&quo...
by srilaxmi
Fri Apr 10, 2009 12:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Convert String to Decimal in subroutine
Replies: 8
Views: 2593

Convert String to Decimal in subroutine

Hi, I have a After job subroutine which calls a UNIX script using DSExecute function and the script returns a decimal value. I want to add this output value to another variable. The problem is iam unable to add them, as the value in Ouput value type is nonnumeric and this can't be added to numeric v...
by srilaxmi
Tue Aug 26, 2008 12:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to call unix script in a after job subroutine
Replies: 1
Views: 882

how to call unix script in a after job subroutine

Hi,

I want to call a unix script with 2 parameters in a After job Sub Routine.
How can i do that?


Thanks,
Srilaxmi