1)How to Duplicate Records Delete in Sequential file?
Answers were Sorted based on User's Feedback
Answer / naga
connect sequential file to dataset and use partition
technique and perform sort and select unique
| Is This Answer Correct ? | 19 Yes | 6 No |
In the sequential File stage there is a option called filter.
there we can use UNIX command.
syntax for Remove duplicate: uniq or sort -u
| Is This Answer Correct ? | 11 Yes | 1 No |
Can you define merge?
HOW CAN WE SEE THE DATA IN DATASET?
how do u catch bad rows from OCI stage? And what CLI stands for?
when we will use connected Lookup & Unconnected Lookup
in datastage interview qustion source target ------- ------- 12345 1 2 3 4 5
What is the purpose of pivot stage and types of containers in datastage
I am getting input value like X = Iconv(ā31 DEC 1967ā,āDā)? What is the X value? How it is? At what situation we r used Iconv(),Oconv().
I have 100 records how can I load at a time from the single time
How to read the length of word in unix?
explain unit testing,systemtesting,integrated testing
Is it possible to implement parallelism in Mainframe Jobs ? If Yes how ? If no why ?
col1 123 abc 234 def jkl 768 opq 567 789 but i want two targetss target1 contains only numeric values and target2 contains only alphabet values like trg1 123 234 768 567 789 trg2 abc def jkl opq