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 |
What is mapping?
Where do you see different stages in the designer?
my source seq file have col1 1 2 3 4 5 6 7 8 9 i have 4 targets t1 t2 t3 t4 1 2 3 4 5 6 7 8 9 like this how we can get?
how may datastage variables/parameters will be in trnsformer stage? 1 2 3 4 ?
Have you used Unstructured data?
What is use Array size in datastage
how can or from where we can get reference data in scd type2 implementation?
im new to this tool im now at project plz tell me step by step process how to design plz help me i wnt to go with exp for job plz give me d proper design and explination
Which warehouse using in your datawarehouse
If I make any changes in the parallel job,do I need to implement the changes in the sequencer job,else the changes will be reflected automatically
1.What is the flow of Transformer? 2.How can you do INDEX table in DataStage level?
what is parameterset?