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 are the functionalities of link partitioner and link collector?
Explain entity, attribute and relationship in datastage?
What is ibm datastage?
Difference between in process and inter process?
What are the primary usages of datastage tool?
Why fact table is in normal form?
What is usage analysis in datastage?
Terminate Activity
What is process model?
how to read 100 records at a time in source a) hw is it fr metadata Same and b) if metadata is nt same?
What is oci?
What are stage variables and constants?
What is the Environment Variable need to Set to TRIM in Project Level?(In transfermer, we TRIM function but I need to impliment this project level using Environment variable)
To see hidden files in LINIX?
what is the use of skid in reporting?