Search found 14 matches

by sweta rai
Tue May 28, 2013 5:57 am
Forum: General
Topic: List of jobs where a parameter is used
Replies: 5
Views: 4920

Thanks for the Response .
But the list of jobs are huge . And again searching within the exported XML is a cumbersome process .
Is there any other alternative ?
by sweta rai
Tue May 28, 2013 4:04 am
Forum: General
Topic: List of jobs where a parameter is used
Replies: 5
Views: 4920

List of jobs where a parameter is used

Is there any way to find out ; all the datastage jobs where a particular parameter from a Parameter set is used ?
by sweta rai
Thu Aug 20, 2009 8:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Splitting 1 record into multiple record based on Quantity
Replies: 2
Views: 1515

Splitting 1 record into multiple record based on Quantity

I have an urgent requirement where i have to split a record based on the value present in one column called 'Quantity'. e.g Input --------- col1 Quantity Price ---- -------- ----- 1 2 p1 2 5 p2 Output -------- col1 Quantity Price ---- -------- ----- 1 1 p1/2 1 1 p1/2 2 1 p2/5 2 1 p2/5 2 1 p2/5 2 1 p...
by sweta rai
Tue Feb 10, 2009 11:08 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reading multiple files with header
Replies: 8
Views: 4200

Ya , that could be done .. but all the columns in source are of varchar type so ..it smoothly getting transferred to the output . Anyways .. i can handle that partcular header record in the transformer but i wanted to know is not there any option available in sequential file stage itself like the Fi...
by sweta rai
Tue Feb 10, 2009 5:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reading multiple files with header
Replies: 8
Views: 4200

@ nani0907 Yes it worked .But the "Filter" option is not available if the Read Method is "File Pattern" and not "Specific File(s)" . In my case , the number of files are varying ...so i have to use "File Pattern" only to read multiple files. So, what needs to ...
by sweta rai
Tue Feb 10, 2009 1:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reading multiple files with header
Replies: 8
Views: 4200

Reading multiple files with header

Hi everyone , I am using a sequential file stage . and reading multiple files with Read Method set as "File Pattern" . The problem which i'm facing is .....all files are having header in it , although i'm specifying "First Line is Column Name" to TRUE ..... the header is also get...
by sweta rai
Fri Jan 30, 2009 4:57 am
Forum: Information Analyzer (formerly ProfileStage)
Topic: Error Profiling Japanese Character
Replies: 10
Views: 6844

Yes , because the default analysis database IADB for IIS is DB2 and we need to explicitly mention its codepage .
by sweta rai
Fri Jan 30, 2009 2:19 am
Forum: Information Analyzer (formerly ProfileStage)
Topic: Error Profiling Japanese Character
Replies: 10
Views: 6844

Hi ray ,
Thanks for your effort .

We got the solution .

We need to add the following two parameters in the DataStage Administrator :

1.NLS_LANG and set its value to AMERICAN_AMERICA.UTF8
2.DB2CODEPAGE and set its value to 1208
by sweta rai
Thu Jan 29, 2009 11:33 pm
Forum: Information Analyzer (formerly ProfileStage)
Topic: Error Profiling Japanese Character
Replies: 10
Views: 6844

My apologies ... Let me try to clear it to you : The source oracle table has the Japanese data correctly populated . But when we are importing that meta-data in the IA Repository considering as its source ; its not importing those data correctly and converting it to charset=windows-1252 . Although t...
by sweta rai
Thu Jan 29, 2009 10:58 pm
Forum: Information Analyzer (formerly ProfileStage)
Topic: Error Profiling Japanese Character
Replies: 10
Views: 6844

Ray , I'm afraid i cud not get you what exactly you want to say .... The Datastage job which populated that oracle table from source file has all encoding done correctly . So , the data in the oracle table are stored correctly and we are able to read the Japanese data properly in the table. Now For ...
by sweta rai
Thu Jan 29, 2009 3:43 am
Forum: Information Analyzer (formerly ProfileStage)
Topic: Error Profiling Japanese Character
Replies: 10
Views: 6844

Hi ray ,

Do i need to set the code page for Japanese character while loading the data to Oracle Table ?

OR

Do i need to set the NLS for Japanese character in the IIS Administrator ?Earlier it was set to UTF-8.

Please clarify me.
by sweta rai
Thu Jan 29, 2009 2:28 am
Forum: Information Analyzer (formerly ProfileStage)
Topic: Error Profiling Japanese Character
Replies: 10
Views: 6844

Error Profiling Japanese Character

Hi , I am trying to do a column analysis on a column which is having Japanese character in it . But it is not able to profile those data and giving a warning like : pxbridge: [IIS-CONN-DAAPI-000067] Schema reconciliation detected a size mismatch for field SUPNM. When moving data from source field ty...
by sweta rai
Fri Aug 01, 2008 5:18 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Role playing dimension
Replies: 4
Views: 2862

@ yoga_12

Thanks for ur response . the Sql really helped me in gettin the thing
by sweta rai
Thu Jul 31, 2008 5:44 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Role playing dimension
Replies: 4
Views: 2862

Role playing dimension

can anybody explain me the role playing dimension with real 2-3 examples ?????