Search found 47 matches

by vishal_rastogi
Tue Oct 04, 2011 7:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Date Validation
Replies: 3
Views: 2179

under job properties you will find default tab
change the Date format with the one you are using
by vishal_rastogi
Fri Sep 30, 2011 2:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Check Duplicate without using Remove Duplicates
Replies: 9
Views: 5207

with the help of stage variables in transformer you can remove the duplicate
by vishal_rastogi
Thu Sep 29, 2011 12:29 am
Forum: General
Topic: Looping in Sequence with Startloop Actvy and Endloop Actvy
Replies: 3
Views: 3322

HI you can create one table A in which you can put these dates and then your job design will become job to extract from the table A for date and putting that into a file -----> read that file through a routine or unix command -----> pass these parameters taken from the file into the the main job ---...
by vishal_rastogi
Fri Sep 23, 2011 9:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: xml performance
Replies: 13
Views: 3862

just want to know if i will create a multiple instances of the job will it going to improve the performance
by vishal_rastogi
Mon Sep 19, 2011 12:53 am
Forum: General
Topic: How to access parameters passed from script in DS Job.
Replies: 5
Views: 1717

you can create the routine and read the sequential file
by vishal_rastogi
Thu Sep 15, 2011 1:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: xml performance
Replies: 13
Views: 3862

thanks for your inputs
jsut wanted to know is ther enay way to convert the paralllel jobs into the server jobs
and i understood your logic that i am not using paralleism and pieline concept so better to go with server jobs.
by vishal_rastogi
Wed Sep 14, 2011 6:18 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: xml performance
Replies: 13
Views: 3862

i am runing the jobs in bunches
so for 29 files i have created 5 jobs each containing 6 oracle to xml input stage
by vishal_rastogi
Wed Sep 14, 2011 5:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: xml performance
Replies: 13
Views: 3862

xml performance

HI All i am extracting the records from 29 oracle tables and creating the 29 xml file then merging the 29 xml file into one xml file through unix script then zipping the merged file and doing the sftp through unix script currently my job is taking around 30-40 sec (depends upon the data in table) to...
by vishal_rastogi
Mon Aug 01, 2011 3:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: string to date
Replies: 8
Views: 2985

thanks kiran its working fine for me now
by vishal_rastogi
Mon Aug 01, 2011 3:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: string to date
Replies: 8
Views: 2985

what if i want the output in the format mm/dd/yyyy
by vishal_rastogi
Mon Aug 01, 2011 3:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: string to date
Replies: 8
Views: 2985

yes i agree it is in the same format please take a look one more time
by vishal_rastogi
Mon Aug 01, 2011 2:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: string to date
Replies: 8
Views: 2985

string to date

Hi i have input field as 09062007 and the output is the date format i am using the string to date function StringToDate(DSLink3.col1,"%dd-%mm-%yyyy") but in the output i am getting "**********" and similarily for one field i need to convert the same input to timestamp but it is a...
by vishal_rastogi
Fri Jul 15, 2011 6:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SCD2
Replies: 4
Views: 2083

I think it depends upon your requirement
how is your data
is it changing frequently(every day) .
or it is changing not so often(in a month/quaterly...etc)
by vishal_rastogi
Thu Jul 14, 2011 3:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Compare column and give the variation in %
Replies: 5
Views: 3348

please elaborate little more how you are calculating the percentage in output?
for first row it is 100%
in second row it is 80 %(the keys are matching but values are not matching)
by vishal_rastogi
Wed Jul 13, 2011 10:56 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: New line character issue for sequential file stage
Replies: 17
Views: 13761

i have used the same situation in one of my job it is working fine .

Convert(char(10)," ",DSLink.columnname)