Answer Posted / bharath
By using the following command you can remove blank lines from unix file:
$ sed 's/ *//g' sample
| Is This Answer Correct ? | 4 Yes | 4 No |
Post New Answer View All Answers
How to RD using transformer?
Why do you need stage variables?
DB2 connector> transformer > sequential file Data will be exported into a csv format in a sequential file. This file will be send in a email using a sequence job. Problem here is, how to avoid sending a blank csv file? When I ran the job there are chances that it might return zero records but in the sequence job csv file is going blank. how can I avoid this? thanks
Differentiate between Join, Merge and Lookup stage?
Define project in datastage?
What is aggtorec restructure operator?
what is stage is used for below Input columns: dept|mgr|employee|salary Output columns: mgr|count of employee per mgr|avg salary per dept note: each dept has one mgr and each mgr has many employees
What is the use of hoursfromtime() function in transformer stage in datastage?
Triggers,VIEW,Procedures
What is meta stage?
Name the command line functions to import and export the DS jobs?
What is the purpose of pivot stage?
Can anyone tell me a difficult situation who have handled while creating Datastage jobs?
Is it possible to implement parallelism in Mainframe Jobs ? If Yes how ? If no why ?
How many Key we can define in remove duplicate stage?