Difference between DataSet and FileSet

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
mujeebur
Participant
Posts: 46
Joined: Sun Mar 06, 2005 3:02 pm
Location: Philly,USA

Difference between DataSet and FileSet

Post by mujeebur »

Hi,

What is the basic difference between DataSet and FileSet ? What are best scenarios those can be implemented distinguishly ?
T42
Participant
Posts: 499
Joined: Thu Nov 11, 2004 6:45 pm

Post by T42 »

On your parjdev.pdf document, read chapter 4 ("Data Set Stage") and Chapter 6 ("File Set Stage").

The PDF is provided with every client installation of DataStage, unless it was turned off.

Happy reading.
richdhan
Premium Member
Premium Member
Posts: 364
Joined: Thu Feb 12, 2004 12:24 am

Post by richdhan »

Hi,

Look into these links it will give you some information.

viewtopic.php?t=91381
viewtopic.php?t=91509

Develop a test job using row generator to load data into a dataset and a fileset and try to work on them. You will get more info.

Just think of fileset as a bunch of exported ASCII files used to overcome the limitation of 2GB. Dataset also can be used to overcome the limitation of 2GB but is used to store data in persistent form (e.g NULL representation). A Dataset is cryptic broken and can only be understood by Datastage.

HTH
Rich
Post Reply