Search found 726 matches

by zulfi123786
Thu Jul 15, 2010 1:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Orchestrate code for Data Browser
Replies: 6
Views: 2638

Orchestrate code for Data Browser

I have a dataset which i am trying to view and the OSH code for the same is : ################################################################# #### STAGE: Data_Set_312 ## Operator copy ## General options [ident('Data_Set_312'); jobmon_ident('Data_Set_312')] ## Inputs 0< [ds] '/data/ds/hbus/dev/etl/...
by zulfi123786
Thu Jul 15, 2010 12:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to find the number of records per segment in dataset.
Replies: 4
Views: 1304

how to find the number of records per segment in dataset.

Hi I have used all options with orchadmin describe which shows me the number of records per partition but i am not able to check the number of records per segment, is there any other way to get to know this? Also the orchadmin shows 2 segments for a dataset but the Dataset management utility shows o...
by zulfi123786
Thu Jul 15, 2010 12:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Difference between external sort and inline sort
Replies: 7
Views: 12098

Re: Difference between external sort and inline sort

In terms of orchestrate and scratch disk they are the same as they end up with the same tsort operator.
by zulfi123786
Wed Jul 14, 2010 4:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Could anyone please outline the steps at highlevel
Replies: 1
Views: 707

Could anyone please outline the steps at highlevel

Hi

We have installed DataStage over one unix server and Database (DB2) over another server and when we use the DB2 stage how does datastage traverse through and end up into the another server where database is installed, could anyone please highlight the steps that datastage follows at high level.
by zulfi123786
Tue Jul 13, 2010 12:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Is it possible?
Replies: 5
Views: 2128

Re: Is it possible?

At a high level could you please guide how ?
by zulfi123786
Tue Jul 13, 2010 12:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Is it possible?
Replies: 5
Views: 2128

Is it possible?

Hi

I just wanted to know if we can directly write orchestrate code without creating the job with the designer and then compile this code and can run it ?
by zulfi123786
Mon Jul 12, 2010 5:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Dataset occupying a lot more space compared to a text file.
Replies: 11
Views: 7976

Data Sets carry four additional fields (per record) used for recording the structure Could any one please through some light over these extra columns in additon to the mentioned sort order and what i am curious is the varchar fields taking up the defined space and always the discussion says they ar...
by zulfi123786
Fri Jun 04, 2010 1:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: can anyone throw some light on standalone.sh
Replies: 2
Views: 1255

can anyone throw some light on standalone.sh

Hi

can anyone throw some light on standalone.sh regarding what it does and its functionality
by zulfi123786
Thu Jun 03, 2010 3:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to generate row numbers for each file-Job Design
Replies: 9
Views: 2356

If you are having specific count of files to read then you can use a transformer and create a column with deriavation as @OUTROWNUM system variable instead if you are not sure of how many files you would be reading each time then you can specify the multiple files to read option in this case you wil...
by zulfi123786
Thu Jun 03, 2010 1:22 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Password Encryption.
Replies: 27
Views: 23401

what i am curious is what sense does the encrypted value make unless you are able to decrypt it which i guess is not possible
by zulfi123786
Wed May 26, 2010 2:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: partitione query
Replies: 1
Views: 787

partitione query

consider I am having 2 records:

A B
100 1
100 2

if i partition on col A i will have both the record in same partition but if i partitio on both the columns is there a chance that the records may end up on different partitions ?
by zulfi123786
Tue May 18, 2010 6:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Modulus partitioning over nullabe columns
Replies: 3
Views: 2425

chulett wrote:Use a modify operator to specify the value to which the null should be converted. :wink:
Yes i can use a modify operator but in case i do not then what happens.
by zulfi123786
Tue May 18, 2010 12:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Modulus partitioning over nullabe columns
Replies: 3
Views: 2425

Modulus partitioning over nullabe columns

The modulus partitioning divides the key value with the number of partitions and uses the modulo value to decide which partition the record has to be placed....... keeping this in view what happens when the key has null? does it replace null with 0 . It is giving me a warning if i use this partition...
by zulfi123786
Tue May 11, 2010 1:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sorting in Database Vs Datastage
Replies: 11
Views: 7357

Throught the discussion i was talking about the partitioning over the sort key........ :)
by zulfi123786
Mon May 10, 2010 12:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sorting in Database Vs Datastage
Replies: 11
Views: 7357

Many Thanks Ray for you clarification
I was with the impression that when partitioning algorithm runs over sorted data it may disrupt the sort order of already sorted data which is now clear that i was worng.
:)