Search found 17 matches

by marchana
Fri Dec 23, 2011 12:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: read ascii code value in a sequential file
Replies: 7
Views: 4147

Thanks for your reply. i tried by converting into UTF8 file, its working fine :) .

For the first time itself ,i tried that ISO-8859-1 nls it's not working.

Is there any option to read that file without converting into UTF8 file?

Thanks a lot........
by marchana
Mon Dec 19, 2011 11:26 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Splitting single row into multiple rows with Delimiter '|'
Replies: 12
Views: 16635

Here is the way i did, From the database itself, i took one more column which contains the number generated by row_number () function limited to the length of the column data. id, data, no 1, ad|fh|ju, 1 1, ad|fh|ju, 2 1, ad|fh|ju, 3........... then i took count of the data column with respect to th...
by marchana
Wed Nov 02, 2011 1:25 am
Forum: General
Topic: How to call week day from date function in JOB SEQUENCE
Replies: 2
Views: 3171

How to call week day from date function in JOB SEQUENCE

I need to call week day from date function in Job Sequence [Not in parallel job transformer stage,server job and server routines].Is there any way to perform this in sequence?

Thanks in advance.
by marchana
Thu Oct 20, 2011 1:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: decimal to higher decimal field mapping error
Replies: 3
Views: 1804

Thanks a lot for your reply.:)

Yesterday itself, i found that it is data issue only. i forgot to think in that way previously. Sorry for the late reply.
by marchana
Wed Oct 19, 2011 8:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: decimal to higher decimal field mapping error
Replies: 3
Views: 1804

decimal to higher decimal field mapping error

Hi, I tried to load data by simple direct mapping. source column a (decimal(17,2))-12121212121212121.66 target column b (decimal(17,5)) The data are rejected to peak stage if i mapped directly. So i used DecimalToDecimal function , but that one also not worked.The data got loaded into DB2 target tab...
by marchana
Mon Jun 13, 2011 7:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: convert single row data into multiple rows
Replies: 6
Views: 5012

hi, there is a good news. i solved that problem. thanks for all who replied for me. ray , i couldn't able to see the full content as i am not a member of that. Here is the way i did, From the database itself, i took one more column which contains the number generated by row_number () function limite...
by marchana
Mon Jun 13, 2011 12:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: convert single row data into multiple rows
Replies: 6
Views: 5012

convert single row data into multiple rows

hi, I need a solution for one of my scenario. it describes below. My input columns are id,data and its value are id , data 1, ad|fh|ju i have to split this data as like below id, data 1,ad 1,fh 1,ju I am using datastage parallel , so kindly give me the solution in respect of that. Thanks in advance ...
by marchana
Wed Sep 08, 2010 2:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Query used in universe stage
Replies: 11
Views: 3686

ok ray, thank you.
by marchana
Tue Sep 07, 2010 11:48 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Query used in universe stage
Replies: 11
Views: 3686

Thanks ray, Is it possible to register in premium membership for one day. If possible which link i have to use for register?
by marchana
Tue Sep 07, 2010 4:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Query used in universe stage
Replies: 11
Views: 3686

Yes , it have to return "found" with respective job name if the given string is present in that job. Could you help me in this scenario.
by marchana
Tue Sep 07, 2010 3:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Query used in universe stage
Replies: 11
Views: 3686

I tried with that also." SELECT DS_JOBS.NAME AS JOB_NAME, EVAL DS_JOBOBJECTS."if @RECORD = '#StringLike#' then 'found' else 'no'" AS STATUS FROM DS_JOBS, DS_JOBOBJECTS WHERE DS_JOBS.JOBNO = DS_JOBOBJECTS.OBJIDNO and status='found' GROUP BY JOB_NAME, STATUS". It throws error like ...
by marchana
Tue Sep 07, 2010 12:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Query used in universe stage
Replies: 11
Views: 3686

I am using this query "SELECT DS_JOBS.NAME AS JOB_NAME, EVAL DS_JOBOBJECTS."if index(upcase(@RECORD),upcase('#StringLike#'),1) > 0 then 'FOUND' else ''" AS STATUS FROM DS_JOBS, DS_JOBOBJECTS WHERE DS_JOBS.JOBNO = DS_JOBOBJECTS.OBJIDNO and STATUS = 'FOUND' GROUP BY JOB_NAME, STATUS &qu...
by marchana
Wed Sep 01, 2010 8:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Query used in universe stage
Replies: 11
Views: 3686

Query used in universe stage

If we used index function in the sql query of universe stage , it will list which are all having that string. But i want to list the exact match of the string. For example, if we give the string like app, index function list app,apple,application,apply. But i want to list app only. could you please ...
by marchana
Fri Aug 06, 2010 5:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: To rectify the invalid character warnings
Replies: 0
Views: 1669

To rectify the invalid character warnings

The job ran successfully with the following warning "Invalid character(s) ([xBF]) found converting string (code point(s): Burnsville [xBF] Plymouth Ave & Hwy 42 (150th St. W)) from codepage UTF-8 to Unicode, substituting." The stage shows this warning contains varchar(30) datatype colu...
by marchana
Thu Jul 29, 2010 6:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Implicit conversion uint64 to decimal(15,0) warning
Replies: 5
Views: 2857

Ya, i already saw the developer's guide, in that only they mentioned uint64 to decimal conversion is default one.