how do you pass parameters in a script?
Answer / sriharsha vemuri
dsjob -run -wait -param <parmeterset>.<var>=<value to
assign> <projectname> <jobname>;
| Is This Answer Correct ? | 1 Yes | 2 No |
Can anyone tell me a difficult situation who have handled while creating Datastage jobs?
what is difference between migration project and integration project? can anyone explain with the example Thanks in advance
how to get sum of sal based on dept_no and then sum of all sal irrespective of dept_no in same sql. output:- 10, 200(sum of sal for dept_no 10), 5000(sum of all sal)
What is confirmed Dimension? what is Factless Fact? give one example? What are Additive, Semi-Additive Facts?
in aggregator , how can i get the sum in readable format
WHAT ARE THE COMMON ERRORS IN DATA STAGE?
how to write server Routine coding?
What is a ds designer?
count number of deptno in a emp table?
How can you join flat file, oracle as a sources?
which memory is used by lookup and join
Hi guys, please design a job with derivation(solution). write exact conditions. My requirement Source table emp_no qualification 1 a 1 c 2 a 3 c 3 b Target table emp_no qualification 1 b 2 b 2 c 3 a Here every employer have three qualifications i.e a,b and c. what ever source table dont have some qualification, that will be move to target table. Like above. Hope u get the point. Thanks.