insequential file 2header avaliable,and 100 records
avaliable.how to skip the 2 headers and load 100 records
target?
Answer Posted / riyaz
sed -n '3,100p' filename
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
whom do you report?
How do you run datastage job from the command line?
Differentiate between data file and descriptor file?
How many types of sorting methods are available in datastage?
What are the different plug-ins stages used in your projects?
Explain entity, attribute and relationship in datastage?
Difference between data warehousing and olap?
What are the different types of lookups in datastage?
What is "fatal error/rdbms code 3996" error?
Where do the datastage jobs get stored?
how to use self join using datastage ? can u tell me using stage how can we implemnet the self join
how can we validate the flat files using the date in the header and number of records in the flat file? Using both conditions at a time.
What all are the different way to run a job?
options available in sequence job to run,validate?
1.what is repartionoing technique? 2.what deliverables transferred to client using datastage? 3.how to write loop statements using nested loop sequence?