Search found 5 matches

by moulicherukuri
Tue Jul 30, 2013 2:12 pm
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: service first request is consuming more time
Replies: 2
Views: 4385

Yes the Instances are up and running.I checked it I have 1 in compiled state and other 2 in running state
by moulicherukuri
Tue Jul 30, 2013 9:29 am
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: service first request is consuming more time
Replies: 2
Views: 4385

service first request is consuming more time

I have a web service job for address cleansing which accepts input as array and delivers array output This job has 5 input columns and returns nearly 59 output columns (CASS address fields ,Standardized address fields..) To improve performance and to reduce payloads build job to accept pipe delimite...
by moulicherukuri
Wed Dec 12, 2012 4:48 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: unique alphanumeric keys with Datastage
Replies: 4
Views: 2545

unique alphanumeric keys with Datastage

On user request I need to generate passwords, input will be password count,length of password(should be between 8 and 32) Password should be combination of alphabets (both cases), must contain at least one number and one spl char Should not use Database functions or procedures Should not use routine...
by moulicherukuri
Mon Jun 04, 2012 11:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Range lookup droping values or not getting values from refer
Replies: 0
Views: 1006

Range lookup droping values or not getting values from refer

/*ds version 8.7*/ /* reference : sequential file*/ The following my scenario I'm getting ZIP5, ZIP4 from source(CASS output) need to implement range operation on reference file which has ZIP5, ZIP4_Low_Range and ZIP4_High_Range. All the columns datatype is varchar I'm implementing the following sce...
by moulicherukuri
Tue Dec 07, 2010 4:38 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Concatination
Replies: 2
Views: 2170

Concatination

Hi Guys I need an Idea to implement the following logic Can any one suggest me My Src seems like ID---SEQNO---MSG 100--- 1--- X 200--- 1--- Y 300--- 1--- A 300--- 2--- B 300--- 3--- C 400--- 1--- A 400--- 2--- B Output should be like ID---- MSG 100--- X 200--- Y 300--- A||B||C 400--- A||B Concatinat...