What is the default execution order of the sequential file?

Answers were Sorted based on User's Feedback



What is the default execution order of the sequential file?..

Answer / srinivas

By default it is sequential but we can make it as parallel.

By defying the number of readers per node option.

Is This Answer Correct ?    6 Yes 0 No

What is the default execution order of the sequential file?..

Answer / dipanjan17

The execution mode of Sequential file stage in datastage is
sequential by default.You can validate that from :

Sequential file stage--->Stage tab-->advanced tab ---
>Execution Mode

Is This Answer Correct ?    6 Yes 1 No

What is the default execution order of the sequential file?..

Answer / shar

It behaves different w r t reading capability.
i.e.,
when it is reading a single file; it does sequential mode of
reading by default and when it is reading multiple files it
does parallel mode of reading by default.

And if we need to improve performance of sequential file
stage when reading a single large file then we have two
options:
1. Read from Multiple Nodes
2. No of readers per node.

1st one is applicable only when flat file is Fixed length
file and not applicable for delimited formatted files.

The latter one is applicable for delimited files by
mentioning no of nodes then it performs parallel mode of
execution by reading single file in partitions improving the
performance.

Thats it.

Is This Answer Correct ?    4 Yes 0 No

Post New Answer

More Data Stage Interview Questions

What is use Array size in datastage

0 Answers  


How do you get log info into a file?

1 Answers  


What are the processing stages?

0 Answers  


how to implement scd2 in datastage 7.5 with lookup stage

0 Answers   TCS,


i have source data like empno,enmae 11 ,aa 12 ,bb i want output like empno,ename 11 ,aa 12 ,bb 11 ,aa 12 ,bb

7 Answers   TCS,






what is a force compile

2 Answers   Cap Gemini, IBM,


How to LOG 'unmatched Master' records and 'Reject Updates' in log files using MERGE stage?

1 Answers   TCS,


How to delete the data in dataset?types of deleting the data in dataset?

4 Answers   HSBC,


Name the command line functions to import and export the DS jobs?

0 Answers  


On which Dimension Table you implemented SCD Type in your Project

0 Answers  


What are the different type of jobs in datastage?

0 Answers  


can we see the data in fixed width file? how can u change the datatype of fixed width files?

1 Answers   Infosys,


Categories