Search found 84 matches

by xch2005
Fri Sep 19, 2008 7:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Working with excel
Replies: 11
Views: 5024

Hi, To read a excel file from DataStage you can use the jxl.jar (you need to download) and the class used is ExcelRead in it in Stage -> Properties: 1. Java additional classpath - /<path>/jxl.jar 2. Transformer class name - ExcelRead 3. User's custom properties is to be as, File=<path>/<filename> Sh...
by xch2005
Fri Sep 19, 2008 6:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle Connectivity
Replies: 5
Views: 4853

Hi, I am also facing Oracle (Enterprise stage) connectivity issues in DataStage 8.0.1. OS is Redhat Linux 4 and Oracle client is installed in 32 bit and Oracle database is on 64 bit Solaris. As mentioned I have also created the link ln -s $ORACLE_HOME/lib/libclntsh.so.10.1 $ORACLE_HOME/lib/libclntsh...
by xch2005
Thu Sep 18, 2008 5:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: getRealTable error in Oracle
Replies: 3
Views: 1551

Thanks all, I have to go back to the service provider.
by xch2005
Wed Sep 17, 2008 6:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: getRealTable error in Oracle
Replies: 3
Views: 1551

getRealTable error in Oracle

Friends, By using Oracle enterprise stage as input and read method as user defined query, I get the following error. main_program: Fatal Error: getRealTable: missing name [orautils.C:4330] The Oracle EE stage works fine if read method is table only. The design is, <ora> -> <seq. file> The following ...
by xch2005
Tue Jul 29, 2008 3:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to read a xls file
Replies: 5
Views: 2289

Workaround - xls now converted to csv file

Hi samala, and if you can prevent the loading of Excel-Files: DO IT. Excel is such a good and flexible calculation tool, that you need a 100 % dicipline from your users. If you only have 99.9999999999999999 % you are lost, errors will occur and don't blame DataStage for that, it is the excel nature...
by xch2005
Thu Jul 17, 2008 9:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to read a xls file
Replies: 5
Views: 2289

How to read a xls file

Hi,

For me the input source is an excel file. How can I read that xls file in a job?

Can anyone please help?

Thanks
by xch2005
Wed Aug 30, 2006 8:18 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: FTP flat file to mainframe as PS
Replies: 1
Views: 1416

FTP flat file to mainframe as PS

Hi,

Can anybody help me to FTP and flat file available in Unix server to mainframe as PS file in Parallel extender.

How to FTP the file?

Thanks for your time.
by xch2005
Tue Aug 29, 2006 6:07 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Need to add a generated column
Replies: 4
Views: 1324

Thanks all for your help and time.

Now I used stage variable in transformer to start from -6 and continue in increasing order.

Thanks,
Satish
by xch2005
Sun Aug 20, 2006 5:55 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Need to add a generated column
Replies: 4
Views: 1324

Need to add a generated column

Hi All, How to add a column with increasing -ve values? Eg. given below. I have a flat file (input) with rows like, 12345,'check',100,1,1 23235,'testing',250,5,7 for which I require (output) like this, -6,12345,'check',100,1,1 -7,23235,'testing',250,5,7 etc. However the first column should go increa...