insequential file 2header avaliable,and 100 records
avaliable.how to skip the 2 headers and load 100 records
target?
Answers were Sorted based on User's Feedback
Answer / manu
By using 'SED'command like this
for header sed -n '1|p’
| Is This Answer Correct ? | 3 Yes | 0 No |
HOw Hash Partion Works Thank you in Advance i have doubts on Hash Partion TEch Could please give me the clear understandable notation example e_id,dept_no 1,10 2,10 3,20 4,20 5,30 6,40 i have TWo Nodes/Three Nodes My questions are: 1).if i select hash key as e_id how Hash partion will distribute the data in to two NOdes/three NOdes 2).if i select hash key as dept_no how Hash partion will distribute the data in to two NOdes/three NOdes sivakumar.katta7@gmail.com
What is the differentiate between data file and descriptor file?
when U have a remove dublicate option in sort stage, why we have a remove dublicate stage in PX, thought it is recamended to sort data before using a remove dublicate stage. I hae been thinking this from days....
How do you import and export data into datastage?
What is APT_DUMP_SCORE?
Differentiate between odbc and drs stage?
How to use Environment variable's in datastage?(use of process)
in aggregator , how can i get the sum in readable format
What is the Difference Between DataStage 7.5 version and 8.1 Version?
1.which index is follows the dimensions tables?why? 2.what is the use of trigger in job sequence? 3.what is the mean of optimization? 4.what is the job control?when we use it? what is difference bet batch and sequencer? 6.seq--->seq,seq--->copy--->seq which one is best and efficient?
project Steps,hits, Project level HArd things,Solved methods?
If I make any changes in the parallel job,do I need to implement the changes in the sequencer job,else the changes will be reflected automatically