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?
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 |
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
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
How the ipc stage work?
what is the diff b/w switch and filter stage in datastage
How can we improve the performance in datastage?
On which Dimension Table you implemented SCD Type in your Project
What is aggtorec restructure operator?
what is the difference between INROWNUM AND OUTROWNUM IN DATASTAGE SERVER EDITION?
How to use Environment variable's in datastage?(use of process)
What is a merge?
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
How can you find out whether datastage process is running or not in unix?