Search found 87 matches

by Raamc
Mon Dec 17, 2007 9:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Extracting the substring from a Char Field
Replies: 7
Views: 2205

Extracting the substring from a Char Field

Hi All, I have a column called ADDR4 of type VARCHAR(40).It will hold the 4th Address line of an account. I am getting data as POSTCODE concatenated with STATE in this field. I need to extract the State from ADDR4. Here is the sample data ADDR4 ABCD M22 1 TQ ADDR4 AB CD BD 22 1 SW In all the cases i...
by Raamc
Mon Dec 03, 2007 6:39 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Equivalent Decimal Datatype
Replies: 1
Views: 882

Equivalent Decimal Datatype

Hi,

What is the equivalent datatype in Datastage for S9(14).99.
It is a decimal field but i have ambiguity over the length?Is it Decimal[16,2] Or Decimal[15,2].

Thanks in Advance

Thanks
Raam
by Raamc
Fri Nov 16, 2007 10:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how many process will create
Replies: 5
Views: 1801

Rey,

May i know the process how you calculated the number of processes?
by Raamc
Fri Nov 16, 2007 9:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Date Conversion
Replies: 3
Views: 1698

Hi, Here is the alternative way. If your input is of type STRING then try out the following method. SVmonth : If Len(DateVar[1,2])=1 Then 0:Trim(DateVar[1,2]) Else DateVar[1,2] SVDay: If Len(DateVar[4,2])=1 Then 0:Trim(DateVar[4,2]) Else DateVar[1,2] SVyear : DateVar(7,4] FinalOP : SVyear:'-':SVmont...
by Raamc
Wed Nov 14, 2007 11:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Performance: COPY stage and MODIFY stage
Replies: 4
Views: 3301

From manuals, i got that COPY stage perform better then MODIFY stage in this case. Modify stage will be used to change the data type of the existing columns but in my job i am not changing the data type, just dropping the unwanted columns. So i've used COPY stage in my job for dropping the columns. ...
by Raamc
Wed Nov 14, 2007 7:18 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Performance: COPY stage and MODIFY stage
Replies: 4
Views: 3301

Performance: COPY stage and MODIFY stage

Hi,

In my job i need to drop some of the columns from dataset. For Dropping the columns which stage will do good either COPY stage or MODIFY stage?

Both stages wil do the this task but in performance point of view,which stage will perform better/Fast?

Thanks in Advance,

Raam.
by Raamc
Fri Oct 05, 2007 8:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Concatenating Two datasets
Replies: 8
Views: 4377

EXECUTE COMMAND Activity is at sequence level but i want to concatenate datasets at Job level.
by Raamc
Fri Oct 05, 2007 7:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Concatenating Two datasets
Replies: 8
Views: 4377

Is there any specific stage to execute CAT command from Datastage job.I need to use the final created file(After Concatenating) for further processing in the same job.
by Raamc
Fri Oct 05, 2007 7:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Concatenating Two datasets
Replies: 8
Views: 4377

Concatenating Two datasets

Hi Friends, In my job,i need to concatenate two datasets into a single dataset.I know that for this we can use funnel stage but the problem is my two input datasets are in different formats(Having different fields and different lengths) so funnel wil not work in this case. Is there any best method i...
by Raamc
Fri Oct 05, 2007 7:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Concatenating two Input Datasets
Replies: 1
Views: 864

Concatenating two Input Datasets

Hi Friends, In my job,i need to concatenate two datasets into a single dataset.I know that for this we can use funnel stage but the problem is my two input datasets are in different formats(Having different fields and different lengths) so funnel wil not work in this case. Is there any best method i...
by Raamc
Thu Sep 27, 2007 5:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Difference between ODBC and Plug-In
Replies: 2
Views: 1310

Difference between ODBC and Plug-In

Hi,

Can any one tell me what is the difference between importing meta data through ODBC table definitions and Plug-In meta data definitions options in IMPORT.

Thanks
Raamc
by Raamc
Sun Sep 09, 2007 11:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sort Stage Warning Message
Replies: 3
Views: 1671

Sort Stage Warning Message

Hi, In one of my job, i am using the sort stage before the Join Stage.The files which are joining have matched records and job is successfull. But in my Director, so many warnings are generating as below. Join_27: When checking operator: User inserted sort "{natural="Sort_30:DSLink32.v&quo...