I found this tutorial quite useful for the beginners to understand the sed command. It starts from the very basic and goes beautifully. So its a really good tutorial. Link: http://www.grymoire.com/Unix/Sed.html#uh-1
Category: Datastage
Limitations with source stages
The important problem am facing with the source stages in datastage is we cannot put a stage or group of stage to be executed on a conditional basis. This is provided in open source ETL tools like talend but datastage lacks this feature. For example if i want to extarct a field from database iff […]
Problem with the datastage notification activity
Hi, An excellent ETL tool like Datastage should not have this limitation. The notfication activity is used to fire any mails based on the jobs satus or any other requirment. But it does not support only dynamic mail body. You have to specify the mail body while designing the job. So the only thing is […]