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?



Sequential file i have one record,i want 100 records in target?How can we do that?Pls explain me and..

Answer / teju

take source sequential file with 1 rec and take target file with 100 records in between use a copy stage to map the source 1 rec to target 100 records.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Data Stage Interview Questions

i have source like balance,drawtime 20000, 8.30 50000,10.20 3000,4.00 i want target like this balance,drawtime 20000, 20.30 50000,22.20 3000,16.00

2 Answers  


In the source seq file have 2 columns, i.e input: col1,col2 1,1 2,rajesh 3,15000 4,2 5,suresh 6,16000 7,3 8,veeru 9,17000 I want in the output like: eno,ename,sal 1,rajesh,15000 2,suresh,16000 3,veeru,17000 any one answer this scenario

3 Answers  


How the ipc stage work?

1 Answers  


what is the diff b/w switch and filter stage in datastage

2 Answers   Cap Gemini,


How can we improve the performance in datastage?

1 Answers  


On which Dimension Table you implemented SCD Type in your Project

1 Answers  


What is aggtorec restructure operator?

1 Answers  


what is the difference between INROWNUM AND OUTROWNUM IN DATASTAGE SERVER EDITION?

2 Answers  


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

1 Answers   CSC,


What is a merge?

1 Answers  


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,


How can you find out whether datastage process is running or not in unix?

3 Answers   Accenture,


Categories