Search found 200 matches

by times29
Wed Apr 06, 2011 2:14 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Convert string to 1st letter capitalized
Replies: 8
Views: 3619

Convert string to 1st letter capitalized

Hi,
How can we convert sam smith-jones to Sam Smith-Jones

string shoud have 1st letter capitalized

i know we can do in server job using Oconv(A.NAME,"MCT")

Thanks
by times29
Wed Apr 06, 2011 1:51 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: converting db2 function
Replies: 5
Views: 3592

Is it possible to write full code i want to know
how we can can do ROW_NUMBER () OVER (), 100000)
by times29
Tue Feb 22, 2011 4:42 pm
Forum: General
Topic: Avoid manual reset
Replies: 4
Views: 1601

My bad i was looking at aborted state and was thinking why its not reset
but when we rerun seq again then it reset the job.
Thanks
by times29
Tue Feb 22, 2011 4:38 pm
Forum: General
Topic: DSJS.RUNFAILED not working
Replies: 0
Views: 1169

DSJS.RUNFAILED not working

Hi,
I am trying to custom email if job failed or is sucessful give me email message, I do get email when job run with success but don't get any email if it aborts. Below is code .

Thanks.


lkup_aa_v.$JobStatus=DSJS.RUNOK or lkup_aa_v.$JobStatus = DSJS.RUNWARN or lkup_aa_v.$JobStatus = DSJS.RUNFAILED
by times29
Tue Feb 22, 2011 1:57 pm
Forum: General
Topic: Avoid manual reset
Replies: 4
Views: 1601

i guess let me give example
seq_build_all has 6 builds extract_1 to extract 6
if extract_1 failed i do see aborted state and i have to manual reset it
where as seq_build_all shows be aborted/runnable state .
by times29
Tue Feb 22, 2011 12:24 pm
Forum: General
Topic: Avoid manual reset
Replies: 4
Views: 1601

Avoid manual reset

Hi, i have a sequence which runs 6 jobs and all jobs in that sequence are set to "Reset if required, then run", so if sequence fails it goes to aborted/runnable state but my 6 jobs goes in aborted state ,i want that 6 jobs to be aborted/runnable state too as i don't want to reset them manu...
by times29
Fri Nov 26, 2010 12:25 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: dataset distinct what is right approach
Replies: 3
Views: 1522

dataset distinct what is right approach

Hi, I am trying to do distinct for just one column using remove dups stage dataset-->removedups-->stage when i run it from 1 million dataset rows i just got 11 ouput rows which is right but it took like 30 min any way to increase performance for that or i would say any way to do distinct in dataset ...
by times29
Wed Nov 24, 2010 12:34 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Performace issue setting data length for 109 millions rows
Replies: 5
Views: 2173

When you realistic values well thats what i am doing all are not 1024
i think there is bottleneck when converting string to string max in datastage
by times29
Wed Nov 24, 2010 9:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Performace issue setting data length for 109 millions rows
Replies: 5
Views: 2173

Performace issue setting data length for 109 millions rows

Hi, We are processing like 109 m rows from a sequence file to data set so record comes from sequential file then we use import columns stage as data comes in fullrecord and then we output to dataset. While processing 109 m records if we specify datalength in import column performace becomes too slow...
by times29
Tue Nov 23, 2010 11:03 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: warning on modify stage
Replies: 8
Views: 3811

I changed my columns length in copystage i was hoping performance will not decrease as i have like 26 columns length to change ,But now peformance has decresed from 10000 to 2000 rows/second. i also palyed with changing column length by importing the ds file and changing column length in table defin...
by times29
Tue Nov 23, 2010 2:13 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: warning on modify stage
Replies: 8
Views: 3811

i guess i have to do lot of conversation in modify stage like 25 columns and its taking forver and what i am doing is changing column length from string to stringmax[250], Now what can be alternative as i tried changing column length in copystage and it do give me warnings i did get rid of warning i...
by times29
Tue Nov 23, 2010 1:43 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: warning on modify stage
Replies: 8
Views: 3811

so whats work around to get warning off type nowarn in modify specification :(
by times29
Tue Nov 23, 2010 12:10 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: warning on modify stage
Replies: 8
Views: 3811

Data_Set_In: When checking operator: When binding output schema variable "outRec": When binding output interface field "PROFILE_lennotset" to field "PROFILE_lennotset": Implicit conversion from source type "string" to result type "string[max=250]": P...
by times29
Tue Nov 23, 2010 11:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: warning on modify stage
Replies: 8
Views: 3811

when i say string dataset i mean profile column data type is string and i
want to convert it to varchar 250
by times29
Tue Nov 23, 2010 11:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: warning on modify stage
Replies: 8
Views: 3811

warning on modify stage

Hi,
I am trying to convert string dataset to string[max=250] in modify stage
and i am getting error below
PROFILE:string[max=250] =PROFILE

The modify operator has a binding for the non-existent output field