sequential file cf. data set

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
djoni
Participant
Posts: 98
Joined: Wed Oct 05, 2005 1:01 pm

sequential file cf. data set

Post by djoni »

Assume for my specific case I can use either one, what is the main advantage of using data set over sequential file?
djoni
DSguru2B
Charter Member
Charter Member
Posts: 6854
Joined: Wed Feb 09, 2005 3:44 pm
Location: Houston, TX

Post by DSguru2B »

I found a very interesting post. Which happens to be a response to your quest. Please, by all means, click on me
In particular. Read ArndW's reply. He has described the difference in a very mastery way (if that is a word :? )
Creativity is allowing yourself to make mistakes. Art is knowing which ones to keep.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

In a word, parallelism
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
ashwin141
Participant
Posts: 95
Joined: Wed Aug 24, 2005 2:26 am
Location: London, UK

sequential file cf. data set

Post by ashwin141 »

In sequential file you can read and write the data only sequentially, whereas if you are using a dataset you can read and write the data, parallely or sequentially. Default mode being Parallel. Datasets don't store the data like a sequential file at the specified physical location.
They are normally recommended as intermediate files throughout your processing.

I hope it helps.

Regards
Ashwin
kumar_s
Charter Member
Charter Member
Posts: 5245
Joined: Thu Jun 16, 2005 11:00 pm

Post by kumar_s »

Dataset is stored in the native data type of Datastage. And hence it is more easily and effeciently read/written by datastage (and only by datastage.)
Impossible doesn't mean 'it is not possible' actually means... 'NOBODY HAS DONE IT SO FAR'
Post Reply