Search found 726 matches

by zulfi123786
Mon Feb 04, 2013 11:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sum, Count on varchar in Aggregator
Replies: 16
Views: 14396

In the column generator go to the colum options for the generated column and select type as cycle with initial value 1 and increment 0. This will ensure every record has the same 1 for this colum and as posted sum it up in the aggregator
by zulfi123786
Sun Feb 03, 2013 2:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: look up table and look up file set
Replies: 3
Views: 1375

Yes Thanks Ray, but there appears to be a subtle difference in the way both are treated. The lookup stage dedups records based on key columns and retains the first record (multiple rows from reference link disabled) and generates a warning for the same but the look up fileset has an option to store...
by zulfi123786
Sat Feb 02, 2013 1:52 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: look up table and look up file set
Replies: 3
Views: 1375

look up table and look up file set

Hi

Is the look up table created by look up stage and the look up table created by look up fileset the same ?
by zulfi123786
Sat Feb 02, 2013 1:48 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sum, Count on varchar in Aggregator
Replies: 16
Views: 14396

how about having a column generator to generate a column with '1' as its value and sum it up for record count ?
by zulfi123786
Sat Feb 02, 2013 1:26 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: AsInteger conversion data issue
Replies: 5
Views: 1985

if your source is truly 123 i see no reason for data overflow for integer target. Is this happening for every record ? could you share more information regarding source and target stages ? give a try by making the integer column unsigned and see what happens .
by zulfi123786
Sun Jan 27, 2013 3:21 am
Forum: General
Topic: Identify current topology
Replies: 6
Views: 2083

For complete information refer to infosphere information server planning installation and configuration guide
by zulfi123786
Sat Jan 26, 2013 7:08 am
Forum: General
Topic: Identify current topology
Replies: 6
Views: 2083

Identify current topology

We were provided with the basic information of datastage infrastructure and was trying to find out complete information of datastage topology. I recollect the installation information is captured in a response file but wondering where it exists (it's location is specified during installation I guess)
by zulfi123786
Sat Jan 26, 2013 6:54 am
Forum: General
Topic: List of available job run status
Replies: 1
Views: 919

List of available job run status

It looks like the director guide does not list all possible job run status, I guess the same should be available as a part of header files some where on the engine. Could some one throw some light over this

Thanks
by zulfi123786
Thu Jan 24, 2013 2:12 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SetNull() in loop variables performing annoyingly
Replies: 3
Views: 1636

Craig is right. From 8.5 onwards stage variables can hold null (but the nullability YES/NO option is not available in stage variable properties) from what I recall having read what's new in this release. I have also checked this by explicitly putting nulls using setnull and passing this stage variab...
by zulfi123786
Thu Jan 24, 2013 1:07 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SetNull() in loop variables performing annoyingly
Replies: 3
Views: 1636

SetNull() in loop variables performing annoyingly

We are running version 8.5.0.1 and I have mapped a nullable field to a loop variable and found that this loop variable always passes default values to the output colum when the input column is NULL . Ran a check by applying SetNull() to see if the loop variables can hold NULLS (i dont see any proper...
by zulfi123786
Mon Jan 21, 2013 3:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Clarification on Grid enablement toolkit for Datastage paral
Replies: 2
Views: 2038

Clarification on Grid enablement toolkit for Datastage paral

I have read the Redbook "Deploying the Grid Solution with the Infosphere Information Server" though its on linux I guess things are same on AIX too and I have also gone through the code of osh_conductor Dynamic_grid.sh *_PID.wait.sh *_PID.sh But few things are still unclear which are menti...
by zulfi123786
Mon Jan 21, 2013 3:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: upsert mode in database
Replies: 5
Views: 2111

What I was thinking is, Let the update occur and in worst case none gets updated but all updates were a part of single transaction and now that we are left with 10 inserts let the inserts run in single transaction rather than performing then one by one (good to have one insert transaction for all fa...
by zulfi123786
Sun Jan 20, 2013 2:01 pm
Forum: General
Topic: alt_call_name,alt_u_call_name in DSParams
Replies: 4
Views: 1311

Thanks Ray, and the naming convention 'alt_call_name' have any expansion/significance
by zulfi123786
Sun Jan 20, 2013 11:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: upsert mode in database
Replies: 5
Views: 2111

Was just wondering that it would be more efficient if the update failures would have been collected and inserted in one go rather than each being immediately inserted.

Is there any specific reason which prohibits an efficient approach
by zulfi123786
Sun Jan 20, 2013 1:57 am
Forum: General
Topic: alt_call_name,alt_u_call_name in DSParams
Replies: 4
Views: 1311

Ohhh ! I am starting to recollect having read what is specified as alt_call_name for each function in DSParams as function name equivalent in modify stage and also the same in tranformer generated code.