WHAT are unix quentios in datastage

Answer Posted / subhash

1. patterns finding and replacing..
SED -n '1,$p' file_name ----> displays 1st & last line
SED -n '1,$d' file_name ----> deletes from O/P 1st & last
line. etc
2. First N records & last N records
HEAD -5
TAIL -5
3. to find word/line count in file
WC -l--- no of line
WC -w--- no of words count
4. AWK, FIND, CUT etc are also useful

Is This Answer Correct ?    6 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is aggtorec restructure operator?

729


in oracle target stage when we use load option and when we use upsert option?

1753


How to clean the datastage repository?

696


How to implement complex jobs in data stage?

618


what are .ctl(control files) files ? how the dataset stage have better performance by this files?

2181






What all the types of jobs you developed?

667


What are some different alternative commands associated with "dsjob"?

660


What is a quality stage in datastage tool?

632


Describe the main features of datastage?

660


how to achieve this output ? Two Input columns(ID & Name) - ID | Name 1 | Jack 1 | Kara In output there should be only 1 column which will be populated as - 1,Jack 1,Kara

363


what are the devoleper roles in real time? plz tell i am new to datastage....

1643


What are some prerequisites for datastage?

617


Differentiate between Symmetric Multiprocessing and Massive Parallel Processing?

625


Where do you see different stages in the designer?

631


What is the use of datastage director?

590