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
Do we really work with ACTUALDATA in development phase.
How transaction file different from that of a sort file?
Broadcast and replicate does the similar work , what’s the diff then
What are the Graph parameter?
What is conduct>it?
What a local lookup is?
What are the Types of parallelism in detail?
name the air commands in ab initio?
Describe the process steps you would perform when defragmenting a data table. Does this table contain mission-critical data?
Can anyone give me an example of realtime start script in the graph?
Can someone tell me the behaviour of next_in_sequence() and innovation_number() in a multifile. Suppose I have records 1,1,1,2,2,3,4,4 in a 4ways mfs file. Data in each partition is: 0th : 1,1,1 1st : 2,2 3rd : 3 4th : 4,4 What will be the sequence of these records if I pass next_in_sequence() and innovation_number() ? Also how can I extract 3rd record from each of the 4 partitions of a 4way multifile through AbInitio? In unix we can use m_dump
why Skew should always be 0 ? How to use in abinitio graph?