What are operators in datastage?
Answer / abhisek
The parallel job stages are made on operators. A single stage might belong to a single operator or to a number of operators.
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain entity, attribute and relationship in datastage?
Hi guys, In sequencer job, we have 3 sources, in that 1st source have some records, Here requirement is 1st source records are 100 then only run the job otherwise total job will abort... How to calculate this. please design the job. Thanks.
data stores in which location while using data set stage as the target?
30 jobs are running in unix.i want to find out my job.how to do this?Give me command?
how to remove duplicates in transformer stage by using stage variables?one example?
Which commands are used to import and export the datastage jobs?
how do u catch bad rows from OCI stage? And what CLI stands for?
what is usage of datastage with materialized views
1.what is repartionoing technique? 2.what deliverables transferred to client using datastage? 3.how to write loop statements using nested loop sequence?
how can we join one oracle & flat files ?
Explain the scenarios where sequential file stage runs in parallel?
Hi guys, please design a job with derivation(solution). write exact conditions. My requirement Source table emp_no qualification 1 a 1 c 2 a 3 c 3 b Target table emp_no qualification 1 b 2 b 2 c 3 a Here every employer have three qualifications i.e a,b and c. what ever source table dont have some qualification, that will be move to target table. Like above. Hope u get the point. Thanks.