Search found 40 matches

by BMSK
Thu Sep 09, 2010 11:30 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: rearrange columns in csv file
Replies: 8
Views: 4688

First read the file as its comes through sequential stage, Then put copy stage and arrange colum as you needed... :wink:


BMSK
by BMSK
Wed Sep 08, 2010 11:34 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to do initial cap for every letter
Replies: 3
Views: 1710

How to do initial cap for every letter

Hi All, I have input lik this "i have pen and i am ussing for writing books". this should be converted into " I Have Pen and I Am Using for Writing Books". I want to convert into every begin letter into Captial letter except the word like and, for, or, a , is, these should be sma...
by BMSK
Mon Apr 19, 2010 2:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Two colum will populate in Single colum
Replies: 2
Views: 1236

Thanks ray

Its solved.

regards
bmsk
by BMSK
Mon Apr 19, 2010 12:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Two colum will populate in Single colum
Replies: 2
Views: 1236

Two colum will populate in Single colum

Hi My input is like this con_id con_sus_id 1 10 1 8 2 4 3 6 5 7 9 8 My criteriea 1)All Con_id should be indicated as T and con_sus_id would be indcated as C 2) After 1 its should take 10 and then 1 and 8, and 2 and 4 like..... this is the my output reqires COn_id Record_type 1 T 10 C 1 T 8 C 2 T 4 C...
by BMSK
Mon Mar 29, 2010 1:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to pass Query from file to ODBC stage
Replies: 11
Views: 4849

Hi all,

I decleare the environment variable $envtest, when passing the value of $envtest=lastname its working fine.

the same environment varaible when I pass the parameter $envtest= lastname|firstname (with Pipe as delimiter) its not working and throwing error.

regards
bmsk
by BMSK
Mon Mar 29, 2010 12:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to pass Query from file to ODBC stage
Replies: 11
Views: 4849

Hi chulett,

I tried with type, cat as well..but they are also giving the same error..

regards
bmsk
by BMSK
Thu Mar 25, 2010 5:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to pass Query from file to ODBC stage
Replies: 11
Views: 4849

Hi i did the job in the flow J1--> Execute command activity --->J2 I facing the error Call_sequence..JobControl (@EXE_CAT_SQL): Executed: head C:\Satish\sf_query.txt Reply=0 Output from command ====> SELECT A.CONT_ID, B.CONT_ID AS SUSPECT_CONT_ID FROM DB2ADMIN.MDX_DATA_SRC as A,DB2ADMIN.MDX_DATA_SRC...
by BMSK
Wed Mar 24, 2010 10:09 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Why Modify stage is used when Transformer can do
Replies: 7
Views: 3554

yes at run time modify stage will perform more than transformer.(execution)
by BMSK
Wed Mar 24, 2010 10:04 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to pass Query from file to ODBC stage
Replies: 11
Views: 4849

In my first job i will be generated query and store in file. In the second job and in ODBC stage i want to read the query from that file and th pull the data. flow first job seq->transform->seq this is the query i generated SELECT A.CONT_ID, B.CONT_ID AS SUSPECT_CONT_ID FROM DB2ADMIN.MDX_DATA_SRC A,...
by BMSK
Wed Mar 24, 2010 12:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to pass Query from file to ODBC stage
Replies: 11
Views: 4849

How to pass Query from file to ODBC stage

Hi all,

I want to pass the query to odbc stage in paralell job, that quey is generated in datastage job its in stored in file from that file i want to pass the genrated query in OODBC stage.

thanks
BMSK.
by BMSK
Tue Mar 23, 2010 10:57 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: trim the data leading zero
Replies: 11
Views: 7791

use Abs() function


regards
BMSK
by BMSK
Tue Mar 23, 2010 10:33 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Facing the Transformation compilation error
Replies: 6
Views: 4232

Hi,

Thank you all,,

when I use the function Getenvironment('$Enttest')

My probelm was solved

thanks nikhilanshuman


BMSK.
by BMSK
Tue Mar 23, 2010 6:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Facing the Transformation compilation error
Replies: 6
Views: 4232

Facing the Transformation compilation error

Hi all, When i compiled the job i am gettine this error Output from transformer compilation follows: ##I IIS-DSEE-TFCN-00001 18:15:34(000) <main_program> IBM WebSphere DataStage Enterprise Edition 8.0.1.4458 Copyright (c) 2001, 2005-2007 IBM Corporation. All rights reserved ##I IIS-DSEE-TOSH-00002 1...
by BMSK
Mon Mar 15, 2010 1:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to find Special charcter in string.
Replies: 1
Views: 1003

how to find Special charcter in string.

Hi All,

In Person name Its should contain only character expect apostrophe and hyphen. i want to reject reocrd if speical charcter is there.

thanks in advance
sathish.