Search found 111 matches

by mahadev.v
Mon Jun 01, 2009 3:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Pre partitioned - sorted Dataset read Very slow
Replies: 8
Views: 4225

DataStage puts in a Sort stage before the join. And probably the DataSet and Sort are combined onto one operator. Look at the score of the job to determine if this is the case. I suggest you put in a sort stage and add the property Sort Key Mode to "Don't sort Previously Sorted". This migh...
by mahadev.v
Mon Jun 01, 2009 3:37 am
Forum: General
Topic: Job Failed Due to unknown error (for me)
Replies: 8
Views: 4695

Problem with you job "P_S07_MA_SL_HG_DATA". Don't know what code = -2 represents. Start with checking the job log.
by mahadev.v
Mon May 25, 2009 11:44 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to recount when the job runs again
Replies: 5
Views: 2867

Writing the last generated number into a sequential file and passing this a job parameter in the next run could help. Or a Surrogate key generate stage might be useful.
by mahadev.v
Mon May 25, 2009 11:41 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: connect to toracle
Replies: 8
Views: 7498

Do an exact search on "liborchoraclent". See if one of the posts help. And i dont know if "toracle" is a supported by DataStage :wink:
by mahadev.v
Mon May 25, 2009 3:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SAP CLUSTER TABLE SUPPORT IN ABAP Stage
Replies: 2
Views: 4159

I have a limited experience in ABAP stages. I assume you are using ABAP extract stage. As per my understanding, an ABAP code can be written in SAP R3 and copy paste in the ABAP stage using the option "Generation Method" set to "Enter program as text". Did you try this option?
by mahadev.v
Mon May 18, 2009 11:54 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Runnning a data stage job continiously
Replies: 8
Views: 6816

A sequence in infinite loop. Check if file exists, then trigger the job. Else Check again. You would also need to handle the abort condition for the job.
by mahadev.v
Tue May 12, 2009 4:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Joiner is not finding match when hash partition is given
Replies: 3
Views: 2140

Does the meta data for the key column match on both links to the join stage?
Note:- AFAIK there is nothing like a "joiner" in DataStage.
by mahadev.v
Tue May 05, 2009 2:54 am
Forum: General
Topic: string extract
Replies: 3
Views: 1886

You can use a field function. Field(InputCol,"_",1).
by mahadev.v
Mon May 04, 2009 4:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML Parsing- How to clear this Warning Message...
Replies: 6
Views: 5090

The record delimiter for the last record is missing. I don't think there is any way you can handle this in the code. You can demote the warning to informational from the director log. Just curious. Why are you using a Sequential file/External source stage to read XML file instead of XML input stage?
by mahadev.v
Mon May 04, 2009 4:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to handle delimiter value at field level?
Replies: 2
Views: 1984

Using sequential file stage alone, its not possible. You can, at the most reject all the records with extra delimiter from the Sequential file stage and continue processing the other records.
by mahadev.v
Mon May 04, 2009 4:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: can target dataset preserve pre sorted data?
Replies: 5
Views: 2909

Might work. Data would get repartitioned but the sort order in each partition should remain.
by mahadev.v
Mon May 04, 2009 2:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: can target dataset preserve pre sorted data?
Replies: 5
Views: 2909

Sorting and partition of the data can be maintained in a DataSet. Use Same partition on the DataSet input link. As long as you are not repartitioning the sorted data this would work.
by mahadev.v
Wed Apr 29, 2009 6:13 am
Forum: General
Topic: Load N files into a single table
Replies: 12
Views: 5011

ray.wurlod wrote:In the Filter command field in the Sequential File stage, which becomes visible when you check the "stage uses filter command" check box. ...
by mahadev.v
Tue Apr 28, 2009 10:52 pm
Forum: General
Topic: Environment variables: Where else, besides in job parameter?
Replies: 5
Views: 2377

Environment variable are not stored in .profile of the user. You can change the environment variable values from the administrator.