how to read 100 records at a time in source

a) hw is it fr metadata Same and
b) if metadata is nt same?



how to read 100 records at a time in source a) hw is it fr metadata Same and b) if metadat..

Answer / Rashmi Tiwari

To replace specific characters using awk, you can use the 'sub' function. Here is an example command:

`awk -F ',' '{ sub(/old_char/, new_char, $2) ; print }' inputFile > outputFile`

Replace `old_char` with the character you want to replace and `new_char` with the new character. Replace `inputFile` and `outputFile` with your actual file names.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Data Stage Interview Questions

what is time dimension? and how to populate time demension

2 Answers   TCS,


tell me abt Datastage trigger?

1 Answers   HP, IBM,


Unix command to view the data in a dataset

2 Answers   IBM,


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

3 Answers   Accenture,


How do you run datastage job from the command line?

1 Answers  


when we will use connected Lookup & Unconnected Lookup

3 Answers   Wipro,


Difference between sequential file and data set?

1 Answers  


difference between server shared container and parallel shared container

6 Answers   CTS,


How many types of hash files are there?

1 Answers  


describe the Steps to confiure a Qlogic switch

1 Answers   IBM,


Out of 4 mill records only 3 mill records are loaded to target and then job aborted. How to load only those 1 mill(not loaded records) for next run. This job is not sequential job, it is stand alone parallel job.What are the possibilities available in datastage8.1?

7 Answers   IBM,


What is the difference between operational data stage (ods) and data warehouse?

1 Answers  


Categories