Search found 131 matches

by vij
Wed Jan 17, 2007 12:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Stage which does this logic
Replies: 3
Views: 1115

Stage which does this logic

Hi all, I want to know which stage can do this operation faster than the transformer stage: source data: col1 col2 col3 10 abc 12345 10 sdf 45689 20 fgr 78965 10 abc 78962 20 fgr 85623 expected output: col1 col2 col3 10 abc 12345,78962 10 sdf 45689 20 fgr 78965,85623 In my job which gets million of ...
by vij
Tue Jan 16, 2007 10:38 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Performance tuning
Replies: 6
Views: 2488

ok thanks for the info Roy.Leaving the space issue aside, atleast from the time consuming perspective, can you advice me an alternative logic or stages to acheive the same functionality?
by vij
Tue Jan 16, 2007 10:10 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Performance tuning
Replies: 6
Views: 2488

yes, i am using a remove duplicate stage to remove the duplicates from the sorted and tagged data and passing the last record to the target. I have the file as the source and target, no where i use a database table here. My doubt is - Is there any way i can avoid the load to each stage and so that i...
by vij
Tue Jan 16, 2007 8:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Performance tuning
Replies: 6
Views: 2488

Performance tuning

I have a job which helps me acheiving the following functionality: source: col1 col2 col3 10 aaaa 123 10 aaaa 345 10 wqert 126 10 aaaa 789 output: col1 col2 col3 10 aaaa 123,345,789 10 wqert 126 I have used the sorter to sort the records based on col1 and col2 and in the next stage, transformer, i c...
by vij
Tue Jan 16, 2007 6:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Accessing the same job in different sessions
Replies: 3
Views: 852

Accessing the same job in different sessions

can I access a particular job in mutiple designers? pls let me know how to do it?
by vij
Wed Jan 10, 2007 8:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: decimal field problem
Replies: 4
Views: 1941

Welcome Aboard It is doing what you asked it to do. Converting it to Decimal(5,1). What is the datatype of this particular column, as defined in your output link. What is your output , is it a flat file or database? thanks for ur reply. this is wat has to be achieved: A column (string 6) wth value ...
by vij
Tue Jan 09, 2007 10:22 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Warning on a decimal field
Replies: 1
Views: 559

Warning on a decimal field

hi all,

i get the following warning and the record is also dropped... i would want to know how to avoid this...

APT_CombinedOperatorController,1: Field 'INP_TMP_4' from input dataset '0' is NULL. Record dropped.

This field is a decimal field of length 7 n precision 2

Thanks
by vij
Mon Jan 08, 2007 11:56 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: problem with a decimal field
Replies: 3
Views: 1429

Hi Ray,

sorry to say this - i am not able to read ur message completely, as i dont hold the premium membership. can u pls post the reply visible to me? pls
by vij
Mon Jan 08, 2007 10:29 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: problem with a decimal field
Replies: 3
Views: 1429

problem with a decimal field

Hi, I have a string field column, which is to be converted into decimal when it is loaded into the xml. Now the problem is- the input string is "00000499" and after i convert that to decimal(7,2), it is loaded with zeros infront of the decimal. pls tell me how to remove the leading zeros? ...
by vij
Thu Jan 04, 2007 10:42 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Limit the number of records
Replies: 4
Views: 2779

Limit the number of records

Hi, As i wanted to limit the number of records to be loaded in a job, i used this option - job properties -> exectuion -> force complie here, i faced a problem, all the limited records which are read by the datastage, are being wriiten to the log and so it takes more time and occupies more server sp...
by vij
Thu Jan 04, 2007 10:32 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: performance tuning
Replies: 2
Views: 910

performance tuning

Hi, According to my requirements, I have to use a sequential file with more than 20 Million of records to load a job. I thought instead of using a sequential file directly, if i use a dataset which is loaded by the said sequentila file, and use this dataset in the job, the performance would be bette...
by vij
Wed Jan 03, 2007 11:25 pm
Forum:
Topic: Performance tuning
Replies: 1
Views: 1164

Performance tuning

Hi, According to my requirements, I have to use a sequential file with more than 20 Million of records to load a job. I thought instead of using a sequential file directly, if i use a dataset which is loaded by the said sequentila file, and use this dataset in the job, the performance would be bette...
by vij
Thu Dec 28, 2006 5:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: string to Decimal conversion
Replies: 2
Views: 2237

string to Decimal conversion

hi all, I have an issue after i convert string to decimal.. this is the derivation for the column which is of decimal 5 as length and precision as 1, "if condtn then (stringtodecimal(column1[4,2])) else null" . i dont understand how i can get a value 0490.0, for the input 000490. It has a ...
by vij
Wed Dec 27, 2006 11:37 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Jobs not shown - in the repository, but exsists
Replies: 2
Views: 1641

Jobs not shown - in the repository, but exsists

hi, I am facing a problem which goes like this - i have some catogories and jobs created inside the repository in Designer, but today i am not able to view either a single catogory or the job in the repository ... I tried viewing the exsistence of the job in the DS_JOBS from administrator and it sho...
by vij
Wed Dec 27, 2006 4:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Preserve sort order - in transformer stage
Replies: 5
Views: 4210

I am Sorry Ray, i domt find anythg for transformer stage.