Page 1 of 1

Stages in PX

Posted: Mon Apr 17, 2006 6:47 am
by khaja
Hi

1.I would like to know how a dataset works and difference
between Complex flat file and normal flat file
2.What a Copy stage does is it useful only to transfer data from one stage to other

_________________
K.Hameed

Posted: Mon Apr 17, 2006 7:59 am
by DSguru2B
The manual PARJDEV will provide you enough information to give you a head start. :)

Posted: Mon Apr 17, 2006 6:59 pm
by vmcburney
As DSG points out you can easily read the difference between datasets and flat files in the manual. With the copy stage I often use it as a "placeholder" stage which simply transfers input columns to output columns in straight mapping. This stage will disappear when the job is run. It lets me replace it with another stage later on. It can also be used to remove columns, or copy the data down multiple output links.

Posted: Mon Apr 17, 2006 11:48 pm
by arasan
1.Data set it works through DS engine.
2.copy stage it will be very use full for taking DUMP. you can check data is passing properly.

Posted: Tue Apr 18, 2006 1:15 am
by kumar_s
arasan wrote:1.Data set it works through DS engine.
2.copy stage it will be very use full for taking DUMP. you can check data is passing properly.
Dump can be taken directly from dataset too.