How can we read latest records in a text file named
file1.txt using seq file stage only?
file1 having 100 records in that 5 record sare latest
records.How can we read that latest records?
Answer Posted / dileep j
Question is not clear... Be more specific.
As my asumption, the letest records might be the last 5 records in the Sequential file. If so...
In Sequential File stage,
In Filter option Give the Command "tail -5 File_name".
It will give last 5 records.
Correct me if I wrong ...
| Is This Answer Correct ? | 6 Yes | 3 No |
Post New Answer View All Answers
How a server job can be converted to a parallel job?
What is a ds designer?
How do you schedule or monitoring the job?
Differentiate between datastage and informatica?
Define project in datastage?
What is the importance of the exception activity in datastage?
What is a datastage job?
WAT TYPE OF PL/SQL QUERRYS USED IN DATASTAGE
Can you explain link buffering?
how to abort the job its matain duplicates?
What is the purpose of pivot stage and types of containers in datastage
Define Merge?
Difference between server jobs & parallel jobs?
how to write server Routine coding?
Why we use surrogate key?