Input Data:
AAABBBCC
CCAAABB
expected output
A3B3C2
A3B2C2
How can I achieve this in Ab initio?
where In output count of occurrences should be sorted from high to low
No Answer is Posted For this Question
Be the First to Post Answer
How you can delete an object from a tag ? How to use in abinitio graph?
Is there any function in ab Initio which act like SCAN component
What is standard environment ?
what is difference between chk point n phase.Say im loading a file (containig 1 lakh records) and my graph fails after loading 50,000th record.What is the advantage of using check point in this case. Will i be able to start from 51000th record.
what is deeup in unique only?
Explain about ab initio’s dependency analysis?
How to connect mainframe to Abinitio?
We have file having country_name customer_name.For exp London Ram Bangalore Rohit London Shyam Bangalore Abhinav In output we need 2 files one file for london and second file for Bangalore.How to acheve this?
What does edp stand for?
If m loading a file of 1 million records.and the graph fails after loading 10,000 records. In this case if we use rollback command then what will happen?
What does de-partition mean in abinitio?
Given input file with single column having 1 2 2 4 3 .. Required output 1 2 2 4 4 4 4 3 3 3.. How?