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

Why fact table is in normal form?

0 Answers  


how can i abort the job if i get more than 100 errors in job log?

6 Answers   Accenture,


I WANT TO SEND SYSDATE AS PARAMETER,SO WHAT COMMAND I SHOULD USE TO CALL SYSDATE?

4 Answers   ME,


what is use of SDR function?

0 Answers   CGI,


Define data aggregation?

0 Answers  


Differentiate between datastage and informatica?

0 Answers  


Wat is isolation level and when do u use them?

1 Answers   HP, IBM,


if a column contains data like ram,rakesh,madhan,suraj,pradeep,bhaskar then I want to place names separated by commas in another columns how can we do?

2 Answers   IBM,


source file having the data like aabbccc, i want target file result like a1a2b1b2c1c2c3.

2 Answers  


hi, how would i run job1 then job 3 , then job2 in a sequence of job1 ,job2,job3. Thanks sunitha

6 Answers   CTS,


How can remove duplicates in a file using UNIX?

3 Answers   Cap Gemini,


On which Dimension Table you implemented SCD Type in your Project

0 Answers  


Categories