Why we need datasets ratherthan sequential files?

Answers were Sorted based on User's Feedback



Why we need datasets ratherthan sequential files?..

Answer / sagar

When you use sequential file as Source,at the time of
compilation it will convert to native format from
ASCII.where as,when you go for using datasets... conversion
is not required.Also, by default sequenctila files we be
processed in sequenc only.sequential files can accommodate
up to 2GB only.sequentila files does not support NULL
values....all the above can me overcome using dataset
stage....but selection is depeneds on the
requirement....suppose if you want to capture rejected
data....in that case you need to use sequential file or
fileset stage....

Is This Answer Correct ?    22 Yes 4 No

Why we need datasets ratherthan sequential files?..

Answer / kiran

First we Know about Seq file and Dataset.

Seg file is used Extract the from flatfiles and load into
flatfiles and limit is 2GB

Dataset is a intermidiate stage and it has paralism when
load data into dataset and it inprove the performanece.

Is This Answer Correct ?    22 Yes 11 No

Why we need datasets ratherthan sequential files?..

Answer / chiranjeevi.a

To over come the limitation of sequential file,espesially
sequential file: By default reads and writes sequentially
>memory limit is up to 2GB
>conversion is needed
>sourse stores the data out side of datastage
Data file:
>parallel process
>memory is unlimited
>No conversion is needed while reading the data(its
basically in native format).
>stores data inside the repositary

Is This Answer Correct ?    11 Yes 2 No

Why we need datasets ratherthan sequential files?..

Answer / narayana

file set is nothing but collection of sequential files. if sourse database is greater than 2 GB than prefer to use file set.
Data set is internal stage in datastage.the extension of data set is .ds it never used to extract data from client location .it is used as intermediate stage between two tables.
Sequential : 1)it supports all formats like txt,csv,xls,etc.
2)it is used to extract data from flat files from client location.
Data set:1)it supports only .ds format
2)it will never extract data from flat files from client location.

Is This Answer Correct ?    4 Yes 2 No

Why we need datasets ratherthan sequential files?..

Answer / pavan

datasets get processed in our local system rather than at
the server so performance gets enhanced in this case as
server is not loaded.

Is This Answer Correct ?    0 Yes 13 No

Post New Answer

More Data Stage Interview Questions

i want for the 3rd max sal using for the any stage but max sal is based on the deptno ? any body know this ans pls send this mail siva3me@gmail.com

2 Answers   Wipro,


How to use Environment variable's in datastage?(use of process)

1 Answers   CSC,


Hi All, Could you please let me know whether Datastage server and px supports oredb? OREDB:It's a Oracle Retail Embedded Database.Previousely It was called as Acumate data base. It's a multidimensional database. Please help me on this issue ASAP. Thanks in advance Ashok

1 Answers   Accenture,


source has 2 fields like COMPANY LOCATION IBM HYD TCS BAN IBM CHE HCL HYD TCS CHE IBM BAN HCL BAN HCL CHE LIKE THIS....... AND I WILL GET THE OUTPUT LIKE THIS.... Company loc count TCS HYD 3 BAN CHE IBM HYD 3 BAN CHE HCL HYD 3 BAN CHE PLZ SEND ME ANSWER FOR THIS QUESTION..........

3 Answers   Patni,


i have a project manager round on sat this week can you post what are the main question i have to check.if you have any idea regular question on project pls send me. thanks in advance

2 Answers   IBM,






what are fact tables and dimension tables? give example assuming one table.

3 Answers   IBM,


how many stages are there in Datastage... Please clarify mee??

3 Answers  


Wat is pre-load in Hashed file

1 Answers   Patni,


What is the difference between validated and compiled in the datastage?

0 Answers  


What is apt_config in datastage?

0 Answers  


What is a merge?

0 Answers  


Explain the importance of surrogate key in data warehousing?

0 Answers  


Categories