what is datastage job Monitoring
Answers were Sorted based on User's Feedback
Answer / kpk
DS Job Monitor is available in DS Director. Using this you
can monitor the DS job. that is u can get informations like
number rows that is being processed in each link or node,
how many stages, the flow of data ... etc...
| Is This Answer Correct ? | 27 Yes | 0 No |
Answer / hemachandra
If you want to know the particular job how many records are
processing/processed for each and every stage inside the
job then the job Monitoring will help you all the
information while running the job or after finishing the
job.
This function available in datastage director.
| Is This Answer Correct ? | 20 Yes | 1 No |
Answer / anil kumar.p
Hello...i just add the above answers
In above answers posted by Hemachandra,Kpk's are absolutely
currect
Job monitoring is a option in datastage director. Using this
we can monitor the job and we can get the Information abt
the job. i.e How many stages used for the corresponding
jobs,wt r the stages used, and how many records
process/processed in each link.
This Option "Job Monitoring" is available in datastage Director.
Not only that, we can see the records how they are going to
the different links. By this we come to judge weather the
records are going in a proper order to reach the Target.
Thanks....
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / nannesaheb
Hello...i just add the above answers
In above answers posted by Hemachandra,Kpk's are absolutely
currect
Job monitoring is a option in datastage director. Using this
we can monitor the job and we can get the Information abt
the job. i.e How many stages used for the corresponding
jobs,wt r the stages used, and how many records
process/processed in each link.
This Option "Job Monitoring" is available in datastage Director.
Thanks&Regards
-Nannesaheb(+918807423181)
| Is This Answer Correct ? | 3 Yes | 2 No |
Answer / hari chowdary
If you want to know the particular job how many records are
processing/processed for each and every stage inside the
job then the job Monitoring will help you all the
information while running the job or after finishing the
job.
This function available in datastage director.
the job monitoring is process is going on that job not
running in datastage same time
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / bharathd
Job monitoring is nothing but monitoring the loads in
Datastage and watch how the data extraction, Transformation
and loading is happening in the data stage server. This
task is done by operators. we can monitor the jobs through
Data stage Director.
| Is This Answer Correct ? | 2 Yes | 4 No |
what are fact tables and dimension tables? give example assuming one table.
Explain the scenarios where sequential file stage runs in parallel?
Define data aggregation?
when we will use connected Lookup & Unconnected Lookup
What a datastage macro?
Difference between IBM DATA STAGE8.5 and DATA STAGE9.1 ?
What are the various kinds of the hash file?
What is configuration your file structure 2)I have two databases both are Oracle while loading data from source to target the job takes 30 min but I want to load less time how?
what is Audit table?Have u use audit table in ur project?
How to write a left outer join condition by using Transformer stage in server jobs? Could any one help me?
hi All, i have one scenario like if source--->transformer-->2 target sequential files the 1 st target sequential file is loads the data from source and 2nd target sequntial file contain the 1st target total record count,and file name of 1 st target seq file and timestamp seperated by delimeter for example if source have 10 record the 1st target seq file hav 10 records and 2nd target seq file example 10|xyz.txt|20101110 00:00:00 could you please help me out how can i implement in datastage job.
Create a job to load all unique products in one table and the duplicate rows in to another table. The first table should contain the following output A D The second target should contain the following output B B B C C Q2. Create a job to load each product once into one table and the remaining products which are duplicated into another table. The first table should contain the following output A B C D The second table should contain the following output B B C