WHAT are unix quentios in datastage

Answers were Sorted based on User's Feedback



WHAT are unix quentios in datastage..

Answer / ram

How to kill a process
1.Kill
Process status
2.ps
Regular Expresion
3.Grep
Shellscript execution
4../script name
Running Jobs
5.dsjob -run
listing out files
6.ls -lrt

these are basic questions

Is This Answer Correct ?    13 Yes 0 No

WHAT are unix quentios in datastage..

Answer / 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

More Data Stage Interview Questions

how can we validate the flat files using the date in the header and number of records in the flat file? Using both conditions at a time.

0 Answers   JPMorgan Chase,


how to get the unique records on multiple columns by using sequential file stage only

3 Answers  


You enter values in a schema file for RCP and you also entered values in sequential file? which one will it take?

1 Answers   TIAA CREF,


What is a delta record? How you will read it?

0 Answers   EDS,


Difference between server jobs & parallel jobs?

0 Answers  






Is it possible to query a hash file?

0 Answers   IBM,


how to abort the job its matain duplicates?

0 Answers   TCS,


What are the different types of lookups in datastage?

0 Answers  


If you want to use a same piece of code in different jobs, how will you achieve this?

0 Answers  


how many write modes are there in ds

2 Answers   IBM,


count number of deptno in a emp table?

2 Answers   IBM,


Differentiate between odbc and drs stage?

0 Answers  


Categories