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

WHAT ARE THE COMMON ERRORS IN DATA STAGE?

6 Answers   IBM, ME,


What is the default execution order of the sequential file?

3 Answers  


What is Horizontal transformation, vertical transformation,diagonal transformation?

2 Answers   Cap Gemini,


options available in sequence job to run,validate?

0 Answers   CTS,


SEQUENTIAL FILE I HAVE ONE RECORD,I WANT 100 RECORDS IN TARGET?HOW CAN WE DO THAT?PLS EXPLAIN ME AND WHAT STAGES ARE THERE?WHAT LOGIC?

1 Answers   TCS,






Unix command to view the data in a dataset

2 Answers   IBM,


count number of deptno in a emp table?

2 Answers   IBM,


Have you have ever worked in unix environment and why it is useful in datastage?

0 Answers  


how to transfer file from one system to another system in unix? which cmd to be use?

5 Answers   Cap Gemini,


How much data u can get every day? 2)which data ur project contains? 3) what is the source in ur project?what is the biggest table & size in ur schema or in ur project?

2 Answers   Wipro,


how can or from where we can get reference data in scd type2 implementation?

2 Answers   JPMorgan Chase,


5) A file contains 10 (1-10) I want trgt like Trgt 1 trgt 2 trgt 3 1 2 3 4 5 6 7 8 9 10

2 Answers  


Categories