which unix commands mostly used in datastage
Answers were Sorted based on User's Feedback
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 |
What is developer responsibilities in UAT (user acceptance testing and Post implementation phase?
I have scenario like this seq file --> transformer --> sort stage --> dataset In this job which prtitioning technique you are using and why???
i have source like deptno,sal 1,2000 2,3000 3,4000 1,2300 4,5000 5,1100 i want target like target1 deptno,sal 1,2000 3,4000 4,5000 target2 2,3000 1,2300 5,1100 with out using transformerstage
difference between server shared container and parallel shared container
What is the difference between account and directory options ?
Whats difference betweeen operational data stage (ods) and data warehouse?
How to convert RGB Value to Hexadecimal values in datastage?
Hi, My source is oracle(eno,ename,sal,commision,...), my requirement is like this, if there is a null values in commission col i want to keep it as null,and for the remaining first two characters of the value in my target. Plz help me
What is the difference between informatica and datastage?
In the source seq file have 2 columns, i.e input: col1,col2 1,1 2,rajesh 3,15000 4,2 5,suresh 6,16000 7,3 8,veeru 9,17000 I want in the output like: eno,ename,sal 1,rajesh,15000 2,suresh,16000 3,veeru,17000 any one answer this scenario
what is the use of surogate key in datastage
Give example for FACTLESS FACT TABLE in real-time scenario.