what is the unix script to run the job?
Please mention commands which we use often?
Answers were Sorted based on User's Feedback
Answer / shweta
Unix command to run Datastage job ::
dsjob -run -jobstatus projectname jobname
Is This Answer Correct ? | 11 Yes | 1 No |
Answer / sekhar naskar
/opt/IBM/InformationServer/Server/DSEngine/bin/dsjob -run -
wait -jobstatus -param
<Parameter_Name1>=<Parameter_Value1> -param
<Parameter_Name2>=<Parameter_Value2> <Project_Name>
<Job_Name>
Some times you can use dsjob instead
of /opt/IBM/InformationServer/Server/DSEngine/bin/dsjob
Is This Answer Correct ? | 6 Yes | 1 No |
Answer / kiran
by using
dsjob -run -parametere<param name> -mode -wait -projectname
or -jobname
here ds job is command
-run is keyword
Is This Answer Correct ? | 8 Yes | 4 No |
1.new record it will insert but changes of natural key is not present in taget i want to update (here key is composite natural key )can any one help this to explan how to do
How to initialize environment variables?
deptno wise to find max and min,and sum of rows and in target to company wise maximum
A table containg 100 records B table containg 20 records we have to join two tables in left outer it containg target 100 records but target containg 101 record at that time what is the issue arise
What is the use of Row generator stage?
Hai..,in datastage how to explain project in interview?please explain any domain please.
What is the version control how can i apply this in DataStage can any one tell me the anser
I have a few records just I want to store data in to targets cycling way how?
which dim, fact tables used in bank domain
What all are the different way to run a job?
Source have 1000 records and it can have three nodes ok but i want how many records are executed on each node?
how to use self join using datastage ? can u tell me using stage how can we implemnet the self join