HOW CAN WE ABORT THE JOB IF THE RECORDS OF SOURCE FILE
CONTAINS VALUE AS 'VIJAY'?
Answer / d anil babu
hi this is anil.
seqfile---->transformer----->dataset
in transformer take constrain and in that ename=vijay and give
value 1 abort after rows in consrain window
| Is This Answer Correct ? | 16 Yes | 0 No |
What is PX?
What are routines in datastage?
Hi , Today 1000 records updated, tomorrow 500 records updated how to find that?
how can u handle null values in transformer stage.
How many types of hash files are there?
whats relation between configuration file and datasets?
for example You have One Table with 4 Columns (Mgr ID, Department ID, Salary, Employee ID). Can you find out the Average Salary and Number of Employee present per Department and Mgr
I want capture UnMatched records from Primary source and secondary source in JOIN stage?
Explain the datastage parallel extender (px) or enterprise edition (ee)?
What are the main differences you have observed between 7.x and 8.x version of datastage?
Define repository tables in datastage?
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