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 |
Unix Qn asked in datastage interview: I have diff type(.txt, .tmp, .bat etc) of file in 4 diff directories, I want move all '.txt' file from 4 directories to other folder. And need to delete all the files except which are created TODAY?
In a batch if a job fails in between and you want to restart the batch from that particular job and not from the scratch then what will you do?
tab1 tab2 1,a 1,d 2,b 3,c perfoms outerjoin what is the o/p? write sql query for outerjoin?
diff between changecapture & diffrence stage which situvation we can use the diffrence stage ?
Can you explain tagbatch restructure operator?
Explain the functionality of your current project?
1 Answers IBM, Miles Software,
iam new to datastage...now i want to know what are fact tables, dimension tables in bank domain...if any body knows plz tell me asap..
how to sort two columns in single job in datastage.
Notification Activity
HOW WILL YOU IMPLEMENT SURROGATE KEY IN SCD BY USING SURR_KEY GENERATOR,THE VALUE OF S_KEY SHOULD NOT REPEAT EVEN IF THE JOB IS COMPILED REPEATEDELY?
How do you load dimension data and fact data? Which is first
What are the enhancements made in datastage 7.5 compare with 7.0?