which unix commands mostly used in datastage

Answers were Sorted based on User's Feedback



which unix commands mostly used in datastage..

Answer / subbuchamala

head/tail
grep
sed
ps
cut
find
date

Is This Answer Correct ?    6 Yes 1 No

which unix commands mostly used in datastage..

Answer / vinoth

Adding to the above list.
cp
mv
awk
if
these are some frequently used commands in DS.

Is This Answer Correct ?    0 Yes 0 No

which unix commands mostly used in datastage..

Answer / datastage4you

All basic command of Linux

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Data Stage Interview Questions

What is data partitioning?

0 Answers  


what is the exact difference between dataset and fileset in datastage?

5 Answers   TCS,


how to closeing records after 10,000 records come?

3 Answers  


if the source file is CID,CCODE,CONNDATE,CREATEDBY 0000000224,1000,20060601,CURA 0000000224,2000,20050517,AFGA 0000000224,3000,20080601,TUNE 0000000225,1000,20020601,CURA 0000000225,2000,20050617,AFGA 0000000225,3000,20080601,TONE AND TARGET is oracle following are the validations cid loaded with unique records leading zeors has to be deleted while loading cid in target load only customer who got early connected to company conn_date should be loaded into oracle date format cid datatype is varchar2 in target conn_date is data datatype ccode is varchar2 0000000224,1000,20060601,CURA 0000000224,1000,20060601,CURA

2 Answers  


I HAVE EMP TABLE, 4 COLS R THERE COL1,COL2,COL3,COL4 ID-- 101,102,103,104 SAL-- 1000,4000,2000,5000 DATE-- COLUMN. I WANT TO DISPLAY THE DATA PREVIOUS MONTH HIGEST SAL ?

2 Answers   Wipro,


How u implement the slowly changing dimensions if my source table is consisting of cid,cname,add,phno,email but i need to capture the changes for first three columns how u implement?

1 Answers   IBM,


source has 2 fields like COMPANY LOCATION IBM HYD TCS BAN IBM CHE HCL HYD TCS CHE IBM BAN HCL BAN HCL CHE LIKE THIS....... AND I WILL GET THE OUTPUT LIKE THIS.... Company loc count TCS HYD 3 BAN CHE IBM HYD 3 BAN CHE HCL HYD 3 BAN CHE PLZ SEND ME ANSWER FOR THIS QUESTION..........

3 Answers   Patni,


how many rows sorted in sort stage by default in server jobs

0 Answers   Syntel,


What is the difference between informatica and datastage?

0 Answers  


Hi, i did what you mentioned in the answer, i.e. source- >Transformer -> 3 datasets. Iam able to see the data in datasets but its not sort order... Can you tell how sort the data?? i also checked Hash partition with performsort.

1 Answers   CGI,


Please tell me What is difference between 8.0 and 8.1

1 Answers   IBM,


how will u design file watch jobs?

2 Answers  


Categories