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 ? | 12 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 |
Suppose take my name "Reddyvaraprasad" From source it is coming Reddy vara prasad Need to get As Reddyvara prasad/
WHAT ARE THE STAGES U WILL USE IN IMPLEMENTING SCD2/DATE FIELD
How you can fix the truncated data error in datastage?
What is confirmed Dimension? what is Factless Fact? give one example? What are Additive, Semi-Additive Facts?
Why do we use link partitioner and link collector in datastage?
What is the difference between hashfile and sequential file?
Explain how a source file is populated?
What are data elements?
In my source i have 10 records but i want 11 records in target. How can i acheive this in Server jobs.
what is the diff b/w switch and filter stage in datastage
How to exclude first and last lines while reading data into a sequential file(having some 1000 records).I guess probably by using unix filter option but not sure which to use
Hi , Can anyone give few examples of scenarios and there corresponding design in datastage..i am new to this tool...confused in design while my manager asking to design the job.. Please post the URL if there..so i can go through it.. Thanks in advance...