which unix commands mostly used in datastage
Answers were Sorted based on User's Feedback
Answer / vinoth
Adding to the above list.
cp
mv
awk
if
these are some frequently used commands in DS.
| Is This Answer Correct ? | 0 Yes | 0 No |
can we use sequential file as a lookup
how to abort the job its matain duplicates?
What is the default execution order of the sequential file?
What is the Difference between Change capture stage and Difference Stage ? What are its significance individually ?
what is set mapping in datastage??
insequential file 2header avaliable,and 100 records avaliable.how to skip the 2 headers and load 100 records target?
What are the various kinds of the hash file?
Input file one has data as shown below 1 2 3 4 5 6 7 8 Input file two has data like 6 7 8 9 10 11 Design a data stage job which will provide me three output files as shown below: Output 1 6 7 8 Output 2 1 2 3 4 5 Output 3 9 10 11 Let me know your answers
How to read the length of word in unix?
How many types of sorting methods are available in datastage?
while we using change capture stage we have to be take two table thats are 1.before table 2. after table . what is before table and after table please give me clear notation Thank You very much in advance
My input has a unique column-id with the values 10,20,30.....how can i get first record in one o/p file,last record in another o/p file and rest of the records in 3rd o/p file?