I have a source like file it have Number of records and i want to load without first and last records in target?Datastage?
Answer Posted / srinu
using external filter
in this we use command sed -n '1d,
$d'(this is unix command we use we get answer)
(or)
we use command tail +2 |sed -n '$d'
| Is This Answer Correct ? | 6 Yes | 4 No |
Post New Answer View All Answers
What is Ad-Hoc access? What is the difference between Managed Query and Ad-Hoc access?
How you can fix the truncated data error in datastage?
what is flow of project?
What are the different layers in the information server architecture?
Explain ibm infosphere information server and highlight its main features?
How will you move hashed file from one location to another location?
explain about completely flow of sequencers technicaly,without using example??explain about lookup,nullhandling?
What are datastage sequences?
Define Routines and their types?
Describe routines in datastage? Enlist various types of routines.
Which algorithm you used for your hashfile?
What are the partitioning techniques available in link partitioner?
What is the precedence of stage variables,derivations, and constraints?
Can you explain tagbatch restructure operator?
What is data partitioning?