Search found 204 matches

by sheema
Wed Nov 13, 2013 10:42 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to read PIC -9.9 in complex flat file
Replies: 5
Views: 3541

How to read PIC -9.9 in complex flat file

In the cobol file definition provided one of the columns provided is PIC-9.9.
But the complex flat file stage was not able to import this column.
Can some one please let me know how this column can be imported.
I am getting the below error
'PIC' PICTURE character string format is invalid.
by sheema
Fri Apr 26, 2013 2:21 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Order of columns in sequential file getting overwritten
Replies: 0
Views: 1533

Order of columns in sequential file getting overwritten

Hi, I have a simple job design shown below OracleConnector----------->Transformer--------->sequential file I am reading 15 columns from the source and formatting the columns in transformer and write them to sequential file I want to write columns a, b which are in Col 12 and Col 13 in Oracle as Colu...
by sheema
Thu May 17, 2012 3:38 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parse xml which has hierarchical data
Replies: 8
Views: 9748

The 5 levels are nested. How can we achieve this in new XML stage in 8.5.
by sheema
Thu May 17, 2012 12:35 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parse xml which has hierarchical data
Replies: 8
Views: 9748

I tried elsont's suggestion to set last level column as key. I tried that using 3 levels(in xsd) of hierararchy, by setting one of the columns(Col1) in level 3 hierarchy as key . I see that in the Mapping section Col1 is mapped to some other column in level2 when i click auto map.So I am trying to m...
by sheema
Tue May 15, 2012 4:11 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parse xml which has hierarchical data
Replies: 8
Views: 9748

Can some one please throw some light on this issue.
by sheema
Mon Apr 23, 2012 10:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DTS stage error
Replies: 5
Views: 4030

Thank you. We will have this set up and try running the job again.
by sheema
Sun Apr 22, 2012 4:21 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DTS stage error
Replies: 5
Views: 4030

We have used data stage and MQ combination by reading messages from queue and directly loading them into Oracle by using oracle entrprise stage. And that job is running fine with out issues. But i saw that DTS is the way to go when we are reading from MQ,so i am trying to use DTS stage. I am using t...
by sheema
Fri Apr 20, 2012 2:33 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DTS stage error
Replies: 5
Views: 4030

DTS stage error

Hi, I am trying to use DTS stage to load data into oracle table while reading messages through MQ Connector stage. Below is my job design MQ Connector---->XML Stage---->DTS stage In DTS stage i am using oracle connector and specified a work queue , In MQ I am using MQ read mode as 'Move to work queu...
by sheema
Mon Jan 30, 2012 1:26 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parse xml which has hierarchical data
Replies: 8
Views: 9748

Parse xml which has hierarchical data

Hi, I have xsd which has 5 levels of hierarchy in that, in 8.1 i have used 5 xml input stages one after another to parse this XML. I have been trying to use the new XML stage in datastage 8.5 to parse the same XML. Do i have to use 5 XML parser steps in the new XML stage. I am not able to figure out...
by sheema
Mon Jul 18, 2011 2:02 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle connector
Replies: 4
Views: 5153

I am using Write Mode ------Insert, as i would like to insert my own insert statement, so cannot go with Bulk load.
by sheema
Mon Jul 18, 2011 12:49 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle connector
Replies: 4
Views: 5153

Oracle connector

I am reading from a flat file and loading data into a oracle table.below is my job design in datastage 8.5 Sequential File----->Transformer----------->Oracle Connector I am trying to commit all the rows at once in oracle connector stage. In order to do that I have set up the below properties in conn...
by sheema
Thu Dec 09, 2010 8:01 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Distributed Transaction stage
Replies: 7
Views: 5811

That option is working but the job is slow,any suggestions to improve the performance would be great. As Craig has suggested it is a server job a seq file---->Transformer------->Oracle Oci stage From transformer i have 4 different links going into Oracle stage and I am inserting data using custom sq...
by sheema
Wed Dec 08, 2010 11:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Distributed Transaction stage
Replies: 7
Views: 5811

Thanks for the reply. I will try this option.
by sheema
Wed Dec 08, 2010 9:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Distributed Transaction stage
Replies: 7
Views: 5811

Thanks for your reply.

If we use a server job to build this, i have below 2 questions

1.how can we see that it loads data into the master first and then the detail.

2. How do we do a single commit for all the tables once.