1)Source file contains one record, I want 100 records in
target file.
Answer Posted / subhash
Another best way is:
SRC--->TFM--->TGT
in TFM, we can do this by using LOOPing concept.
@ITERATION<=100
map the SRC record to TGT.
| Is This Answer Correct ? | 10 Yes | 0 No |
Post New Answer View All Answers
Can you explain players in datastage?
What is the command line function to import and export the ds jobs?
what is use of SDR function?
How do you register plug-ins?
What are the components of datastage?
What is size of a transaction and an array means in a datastage?
What is the use of hoursfromtime() function in transformer stage in datastage?
Is it possible to implement parallelism in Mainframe Jobs ? If Yes how ? If no why ?
root tree will find which is server job and which is parallel job?
What steps should be taken to improve Datastage jobs?
What are the various kinds of the hash file?
Explain entity, attribute and relationship in datastage?
What is aggtorec restructure operator?
Explain connectivity between datastage with datasources?
what should be ensure to run the sequence job so that if its get aborted in 10th job before 9job should get succeeded?