Modify Stage Problem

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
Sreedhar
Participant
Posts: 187
Joined: Mon Oct 30, 2006 12:16 am

Modify Stage Problem

Post by Sreedhar »

When I am running a sample job where in which I have a Flat file-> Modify Stage -> Flat file

With the modify stage I am dropping a column.


The job is running successfully with out any warnings, but the outlink shows 0 records, the out put file has got the data in it

It is only misleading in the job that the No of records going out for the out or zero.

What is the work around for this. Did any one of you had this problem before.
Regards,
Shree
785-816-0728
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

Is the problem that no records are going out of the modify stage or that the output file has records in it when none are written by the job? How many rows are being read by the job? Do you have "append" set to the target sequential file?
JoshGeorge
Participant
Posts: 612
Joined: Thu May 03, 2007 4:59 am
Location: Melbourne

Post by JoshGeorge »

Modify stage will not report a row count to the Designer canvas in such scenarios
Last edited by JoshGeorge on Wed May 30, 2007 2:06 am, edited 1 time in total.
Joshy George
<a href="http://www.linkedin.com/in/joshygeorge1" ><img src="http://www.linkedin.com/img/webpromo/bt ... _80x15.gif" width="80" height="15" border="0"></a>
Sreedhar
Participant
Posts: 187
Joined: Mon Oct 30, 2006 12:16 am

Post by Sreedhar »

Thanks for your inputs

Firstly to answer ArndW

The job is running successfully, with out any problem. My only concern is that the Data Stage Designer canvas is misleading. It shows 0 records are loaded into the output data set(file).

Secondly : JoshGeorge: Is the a limitation to the tool, do we have any workaround to populate the link results.
Regards,
Shree
785-816-0728
Post Reply