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

plz tell me some dimentional and fact table names in banking project?

2 Answers   Virtusa,


Explain the ChangeApply stage?

11 Answers  


What are transforms and what is the differenece between routines and transforms?

0 Answers  


Explain the datastage parallel extender (px) or enterprise edition (ee)?

0 Answers  


Hi , Can anyone give few examples of scenarios and there corresponding design in datastage..i am new to this tool...confused in design while my manager asking to design the job.. Please post the URL if there..so i can go through it.. Thanks in advance...

0 Answers   UHG,






A job is having only 2 stages I/p dataset and target table.Job is taking very long time to load 50 million records.How to improve performance of this job.

3 Answers   IBM,


In my source i have 10 records but i want 11 records in target. How can i acheive this in Server jobs.

2 Answers   IBM,


What is the method of removing duplicates, without the remove duplicate stage?

0 Answers  


Explaine the implimentation of scd's in ds indetail, please send me step by step procedure to perform scd's 1,2,3. Please replay for this, Thanks in advance

0 Answers  


Difference between ‘validated ok’ and ‘compiled’ in data stage?

0 Answers  


How rejected rows are managed in datastage?

0 Answers  


when u face critical situation in ur project, how to solve them?

1 Answers   Toyota,


Categories