1)How to Duplicate Records Delete in Sequential file?
Answers were Sorted based on User's Feedback
Answer / naga
connect sequential file to dataset and use partition
technique and perform sort and select unique
| Is This Answer Correct ? | 19 Yes | 6 No |
In the sequential File stage there is a option called filter.
there we can use UNIX command.
syntax for Remove duplicate: uniq or sort -u
| Is This Answer Correct ? | 11 Yes | 1 No |
What are the types of views in datastage director?
data stores in which location while using data set stage as the target?
EXPLAIN SCD
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.
1.When did 8.1 parallel came into existence? 2.What is the difference between 7.5 and 8.1?
what is the use of skid in reporting?
Emp login_timestamp Logout_timestamp A,2019-02-01 02:24:15,2019-02-01 04:59:42 B,2019-03-29 14:43:30,2019-03-29 20:22:00 ABC,2019-03-29 12:43:00,2019-03-29 23:22:59 In the above calculate the duration of hours spent in office for each emp in datastage.
1. How many People are part of your Team? 2. Explain how you create jobs or flow of project? 3. Join Stage vs Lookup vs Merge Stage 4. Summation scenario based question - How you find sum of salary for a specific employee (Explain stages and flow of job)? 5. Explain Remove duplicates stage ? Can you do sort in this stage? 6. SQL Questions - Joins - Types, Difference between Join and Union 7. Unix Questions - How you run the Job, How you list all jobs in project 8. Explain Environmental Variables? 9. SQL Scenario - If you have 3 Identical record in a Table, Ex: 1, Ram, Xyz; 1, Ram, Xyz; 1, Ram, Xyz; Delete only 2 of the records and keep only 1 using the Delete query. How you will you do this?
What are the partitioning techniques available in link partitioner?
In Sequential file, how can i split a column into two, and that column contains string datatype. For Example, i have column of string datatype as subedar khaja. Now i want get output as separately with subedar in one column and khaja in second column. How? Coula anybody, solve it?
when u face critical situation in ur project, how to solve them?
How we can covert server job to a parallel job?