Search found 726 matches

by zulfi123786
Sun Jan 20, 2013 1:52 am
Forum: General
Topic: alt_call_name,alt_u_call_name in DSParams
Replies: 4
Views: 1315

alt_call_name,alt_u_call_name in DSParams

Could any one please help in understanding what alt_call_name,alt_u_call_name are in DSParams function specifications Below is a syntax for function specification in DSParams /* Each line consists of: FunctionName\NumberOfArgs [ - MaxNumberOfArgs ]\Description\FunctionCategory\returntype\argtype:arg...
by zulfi123786
Sun Jan 20, 2013 1:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: looping selective records in transformer
Replies: 0
Views: 1199

looping selective records in transformer

Hi After going through the documentation it was my understanding that, when a loop condition is specified the transformer reads input records and processes stage variable then evaluates the looping condition and if true evaluates loop variables and flushes the record to output link and if the loopin...
by zulfi123786
Sun Jan 20, 2013 1:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: upsert mode in database
Replies: 5
Views: 2127

upsert mode in database

The upsert mode in any database stage has trasaction count which defines how many records are bundled in one upsert operation also in some cases we have the flexibility of defining "update then insert" or "insert then update" Having said the above I was wondering if a record fail...
by zulfi123786
Sat Jan 19, 2013 3:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DS Job in not completing.
Replies: 20
Views: 11066

When in Designer , this property can check/uncheck ? I assume the when of above is where. Well just go to the properties page and you will find the option at the bottom go ahead and remove the property. And I still hold on to saying, the property is not a default and should have been explicitly set.
by zulfi123786
Fri Jan 18, 2013 10:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DS Job in not completing.
Replies: 20
Views: 11066

Well another intresting thing which I noticed is that, in general when we keep a sequentail file stage and either if we are reading from or writing into, the link parition symbol will be "specific parition marker" . But the jobs which got hang were having "Auto paritition" blue ...
by zulfi123786
Tue Jan 15, 2013 8:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: WITH UR in SELECT/Isolation level in DB2 connector priority
Replies: 3
Views: 4390

WITH UR in SELECT/Isolation level in DB2 connector priority

I was wondering if a "WITH UR" clause is put in the user defined query section of DB2 connector stage while reading from table and Isolation level is set to "Cursor stability" which would be given the priority?

Please share your thoughts.

Thanks
by zulfi123786
Tue Jan 15, 2013 8:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequential file stage - Number of readers per node
Replies: 2
Views: 2323

what is the tr command used for ? Better practice is to read the fixed width record as single column without filter command on multiple readers per node and then use filtering options followed by parsing the single record into multiple columns using substring functions. The added advantage would be ...
by zulfi123786
Mon Jan 07, 2013 10:03 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DS Job in not completing.
Replies: 20
Views: 11066

The log shows that pid's are created and then the log doesn't get updated so you can take the player pid's and go to the node where they are running and run ps command to see if all those pid's keep running or did the player pid's finish after execution and then check if the section leader finish to...
by zulfi123786
Mon Jan 07, 2013 3:00 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DS Job in not completing.
Replies: 20
Views: 11066

If transformer is replaced with copy and database with dataset would the job still behave the same ? Also track the player processes pid's to see if all of them on both nodes keep running or if any finish
by zulfi123786
Mon Jan 07, 2013 2:17 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DS Job in not completing.
Replies: 20
Views: 11066

I have seen cases where operator combination causes job to hang, try running with APT_DISABLE_COMBINATION=TRUE
by zulfi123786
Mon Jan 07, 2013 2:47 am
Forum: General
Topic: What activities are performed when indexes are rebuilt ?
Replies: 1
Views: 877

What activities are performed when indexes are rebuilt ?

Is there any documentation that details the activities performed when indexes are rebuilt (DS.TOOLS ----> option 2)

And also which repository tables are reindexed.

Thanks
by zulfi123786
Sun Jan 06, 2013 11:36 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: understanding sequencer.sh to allocate nodes to job
Replies: 3
Views: 2801

Yes Paul, I too feel sequencer.sh is not a good option if the downstream jobs are bulky and the documentation also mentions the same that sequencer.sh to be used when the sequence has multiple light weight jobs to reduce the startup time which for light jobs might be comparable to run time. As of no...
by zulfi123786
Sat Jan 05, 2013 9:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: understanding LastRowInGroup()
Replies: 5
Views: 9883

If it is somehow pulling information of upstream tsort operator just wondering what if the source is a sorted sequential file.
by zulfi123786
Sat Jan 05, 2013 8:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: understanding LastRowInGroup()
Replies: 5
Views: 9883

pretty nice !!! but just curious how :)
by zulfi123786
Sat Jan 05, 2013 7:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: understanding LastRowInGroup()
Replies: 5
Views: 9883

understanding LastRowInGroup()

Below is taken from help window of Datastage If the argument specified is the secondary or other sorted key, then LastRowInGroup() returns TRUE if the value of the specified column is about to change, or if any of its higher level of key columns are about to change. For example, if the primary sorte...