Search found 134 matches

by senthilt1
Thu Jun 05, 2008 10:20 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Constrainst in Transformer Stage Not Working
Replies: 5
Views: 1607

Re: Constrainst in Transformer Stage Not Working

Hi Nbdbzv4. Please try the below one, hope it will work, acctlvl = ' ' and srvtype <> 'S' and caasrvnbr <>132 and (srvstatus <> 'X' or srvstatus<>'W' or srvstatus<>'F' ) and acctlvl_1 = ' ' and (acctchg_1 <> 'A' or acctchg_1<>'C' ) Find the changes in Bold. Thanks, Senthil P
by senthilt1
Thu Jun 05, 2008 5:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Removing \n char in the field
Replies: 11
Views: 3750

Thanks Arndw for your support.

Sorry if my question was not clear.

I used Sed in seq file filter options. Its working good.


Thanks,

Senthil P
by senthilt1
Thu Jun 05, 2008 2:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Removing \n char in the field
Replies: 11
Views: 3750

Hi Arndw,

I tried with the ur approach convert(char(10),'',In.String) , But it is not resolving my problem. it gives the output as it is in the input.

Eg:

Inp data: Exce\nllent
O/P Data: Exce\nllent

Theres no change in the output. Seems it works for the line feed character.

Thanks ,

Senthil P
by senthilt1
Wed Jun 04, 2008 10:52 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Removing \n char in the field
Replies: 11
Views: 3750

Thanks Arndw and Minhajuddin, Convert function replaces all the characters - as Minhajuddin said. So i should not use Convert funtion for my case. we can easily do this thro unix, but wont there be any other way to replace the literal \n with " " thro Datastage? Please let me know if there...
by senthilt1
Wed Jun 04, 2008 7:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Removing \n char in the field
Replies: 11
Views: 3750

Removing \n char in the field

Hi Friends, I want to replace the char \n with "" from my inp data. I tried it using the convert function. But it takes the unix end of line as \n and replace with " ". Inp Data: qwerbv\nqewtt\n Required O\P data: qwerbvqewtt I tried using the external filter with sed 's/\\n/ /'....
by senthilt1
Mon Jun 02, 2008 10:51 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: String Compare
Replies: 3
Views: 1010

Thanks Ray, I got your point. But I find difficult in getting the every other character apart from the allowed, 1. Alphabets a-z 2. Numbers 0-9 3. Spl Chars " !#$%&'`\"()*+,-.:;?<=>/@[\\]^_{|}~"; If i have to use convert funtion, I should know what all are the other characters tha...
by senthilt1
Mon Jun 02, 2008 10:20 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: String Compare
Replies: 3
Views: 1010

String Compare

Hi Friends, I want to check whether my input field should contain only the following character set , 1. Alphabets a-z 2. Numbers 0-9 3. Spl Chars " !#$%&'`\"()*+,-.:;?<=>/@[\\]^_{|}~"; If the inp field have any other characters than the above mentioned list, then it should be repl...
by senthilt1
Mon May 26, 2008 10:46 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Make SubRecord Stage
Replies: 3
Views: 4960

Thanks Ray, My input data set has: col datatype Key integer (10) ColA varchar(10) ColB varchar(10) ColC varchar(10) Make SubRec Stage: Under stage properties, i have given non key cols as vector column for subrecord and the "parent" as the subrecord output column. In Input Stage, col datat...
by senthilt1
Mon May 26, 2008 5:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Make SubRecord Stage
Replies: 3
Views: 4960

Make SubRecord Stage

Hi Friends, I want to use the Make Subrecord Stage, I have my flow like, Seqfilestage->Makesubrecordstg->seqfilestg I have four inp cols, one is key col and the rest are char field. In Make sub rec stg, i have given non key cols as vector column for subrecord and the "parent" as the subrec...
by senthilt1
Wed May 21, 2008 9:56 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage Installation
Replies: 11
Views: 6027

Re: Installed 8i...

Hi All, I installed 8i successfully..Thanks a lot Trokoz and Thanks everyone for your help. The only thing i have done is, I precreated the users in my local machine with admin rights and then created the same users in web console. Now am able to connect to the server well. Thanks, Regards, Senthil P
by senthilt1
Wed May 21, 2008 5:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage Installation
Replies: 11
Views: 6027

Installed 8i...But client not conn to the Server...

Hi, I created the webadmin and infoadmin with admin rights before installing. Now both the server and clients are installed successfully. Then i logged into webconsole with the credentials and created the new users with all permissions and roles. I saved it and logged out. While connecting the Desig...
by senthilt1
Tue May 20, 2008 10:13 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage Installation
Replies: 11
Views: 6027

HI Trokosz, Thanks for your input. I have precreated userid with admin rights only for db2admin. Not for web sphere application server such as webadmin...while installing i gave webadmin with password but that is not precreated. so let me try precreating the webadmin with admin rights and start inst...
by senthilt1
Tue May 20, 2008 10:11 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage Installation
Replies: 11
Views: 6027

HI Trokosz, Thanks for your input. I have precreated userid with admin rights only for db2admin. Not for web sphere application server such as webadmin...while installing i gave webadmin with password but that is not precreated. so let me try precreating the webadmin with admin rights and start inst...
by senthilt1
Tue May 20, 2008 5:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage Installation
Replies: 11
Views: 6027

Hi Satya, I am instllaing the IBM websphere datastage v 8.0 in my machine with following configuration: windows 2003 enterprise edn with service pack 2. Java sdk, .net v 3, Ms Visual studio 2005 are the addn softwares installed. Enough memory space in C drive. I have given the required credentials a...
by senthilt1
Wed May 14, 2008 4:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: IBM websphere datastage version 8.0.1 Installation
Replies: 3
Views: 1537

Hi chucksmith, Thanks for the info. I referred the doc and started installing.. I got the error message after 50% of installing as " An error occured while installing the domain components . For information see the log file" In the qsdomainasbapplication.log, i got WARNING: WebSphere Quali...