tell me abt Datastage trigger?
Answer / maruthi
DATA STAGE TRIGGERS USED TO CONTROL JOB ACTIVITIES IN JOB
SEQUENCES,IN JOB SEQUENCES STAGES ARE CALLED AS ACTIVITIES
AND LINKS ARE CALLED AS TRIGGERS.
TRIGGERS ARE OF 3 TYPES.)1.0CONDITIONAL,2.)UN-
CONDITIONAL,3.)OTHER WISE.
SO, BY USING TRIGGERS WE CAN CONTROL THE JOB
ACTIVITIES,USUALLY LARGE DWH JOBS DEPENDS ONE 1 OR 2 JOBS
TO GET DATA,SO BY USING THESE TRIGGERS WE CAN GIVE
CONDITION TO RUN POST JOB ONCE IF PREVIOUS ONE RUNS
SUCCESFULLY
| Is This Answer Correct ? | 32 Yes | 1 No |
1.What is the flow of Transformer? 2.How can you do INDEX table in DataStage level?
What is Ad-Hoc access? What is the difference between Managed Query and Ad-Hoc access?
How many partitions does a node can have? Some body explain me clearly about the partitions and the nodes?
How did you reconcile source with target?
IS IT POSSIBLE TO USE DATASET AS A SOURCE FILE?
difference between server shared container and parallel shared container
create a job to get the previous row salary for the current row.if there is no previous row exists for the current row,then the previous row salary should be displayed as null? empid salary previoussalary 10 1000 null 20 2000 1000 30 3000 2000 40 4000 3000
what is time dimension? and how to populate time demension
1.what is materialized data? 2.how to view the materialized data?
file having these input and we have to get 3 output using same job Input 1 1 1 2 3 4 4 4 o/p1 o/p2 o/p3 1 1 2 2 1 3 3 1 4 4 4
What is developer responsibilities in UAT (user acceptance testing and Post implementation phase?
wt is the diff b/w odbc and oracle stage