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
Differentiate between operational datastage (ods) and data warehouse?
What are system variables and sequencers in datastage
Differentiate between validated and Compiled in the Datastage?
Difference between ‘validated ok’ and ‘compiled’ in data stage?
How a routine is called in datastage job?
What is developer responsibilities in UAT (user acceptance testing and Post implementation phase?
Explain the datastage parallel extender (px) or enterprise edition (ee)?
What are the functionalities of link partitioner and link collector?
Is the value of staging variable stored temporarily or permanently?
Differentiate between data file and descriptor file?
How do you generate sequence number in datastage?
Hi,can any one please mention list of dimension and fact tables for Sales and Distribution System for a Pharmacutical company.
what are the errors,warnings in datastage
how to implement scd2 in datastage 7.5 with lookup stage
DB2 connector> transformer > sequential file Data will be exported into a csv format in a sequential file. This file will be send in a email using a sequence job. Problem here is, how to avoid sending a blank csv file? When I ran the job there are chances that it might return zero records but in the sequence job csv file is going blank. how can I avoid this? thanks