Search found 339 matches

by vinothkumar
Thu Aug 27, 2020 1:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Recursive parsing of JSON using hierarchial stage
Replies: 0
Views: 10272

Recursive parsing of JSON using hierarchial stage

Can recursive parsing be done on a JSON file using hierarchial stage.
I believe for XML parsing we do have an option 'Recursive to List' for handling parent- child records. But in JSON parser not able to see this option though
by vinothkumar
Thu May 31, 2018 3:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reading SAS dataset(sas7bdat format)using SAS Parallel DS
Replies: 6
Views: 5198

Exact search gave 2 posts here and they didn't help
by vinothkumar
Wed May 30, 2018 5:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reading SAS dataset(sas7bdat format)using SAS Parallel DS
Replies: 6
Views: 5198

Any luck in this topic. Can we read SAS dataset(sas7bdat format)using SAS Parallel DS
by vinothkumar
Wed Dec 06, 2017 3:46 am
Forum: General
Topic: Execute command - File not found
Replies: 3
Views: 2890

Execute command - File not found

There are few scenarios where our process is failing with File not found error, though file is already available in that location with proper access. When we resubmit, it will get complete without any issues. We are seeing this behavior mainly in execute command activity stage, where are taking word...
by vinothkumar
Wed Oct 12, 2016 4:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle Query error in Datastage
Replies: 5
Views: 5797

Use CAST function in your SELECT statement.
by vinothkumar
Tue Oct 04, 2016 11:28 pm
Forum: General
Topic: istool in Redhat linux 6.8
Replies: 1
Views: 3434

istool in Redhat linux 6.8

Hi, Recently we did DataStage and OS upgrade. DataStage upgraded from 8.7 to 11.5 and OS upgraded from Unix to Redhat Linux. Earlier we used istool to import and export jobs. After upgrade, not able to see "istool" in ../InformationServer/Clients/istools/cli". Instead there is one fil...
by vinothkumar
Fri Jul 01, 2016 4:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to generate file in UTF-8 format
Replies: 7
Views: 7662

You can generate the file in ASCII and convert it to UTF-8 using iconv command in unix.

iconv -f ascii -t utf-8 f1.txt -o f1.utf8.txt
by vinothkumar
Wed Jun 15, 2016 4:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Getting fastLoad script from Teradata connector
Replies: 5
Views: 5809

You can, may be if you get a chance to work with Teradata enterprise stages.
by vinothkumar
Wed Mar 09, 2016 1:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Bulk insert option in Teradata connector
Replies: 6
Views: 5926

Are there any primary indexes defined. Because it will highly impact the performance.
by vinothkumar
Fri Mar 04, 2016 4:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Bulk insert option in Teradata connector
Replies: 6
Views: 5926

Use Bulk option with load method as LOAD. This is equivalent to Fastload utility available in teradata. It will be faster in loading huge volume of data to empty table.
by vinothkumar
Tue Sep 08, 2015 1:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Join based on variable no of key columns
Replies: 7
Views: 4177

Create a new column where input columns are concatenated based on your joining criteria. (ABC, DE, EFGH). Use that column as key in your JOIN.
by vinothkumar
Thu Aug 13, 2015 2:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Case statement in transformer
Replies: 6
Views: 6096

How about multiplying the number with -1 to flip the sign wherever required.
by vinothkumar
Thu Jul 30, 2015 3:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Could not connect to MySQL
Replies: 9
Views: 15099

Downloaded new driver from internet and copied *.so files to /lib directory. After that I am able to connect.
by vinothkumar
Mon Jul 06, 2015 11:52 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Could not connect to MySQL
Replies: 9
Views: 15099

Hi Kim,
Any idea what version of ODBC driver you used to connect. Currently we are having 5.3