Posts

Showing posts with the label sort component

S) How to take a count of vowel present in a string ?

Image
 Solution: Redefine Format   record   string( 1) data;   end     FBE   data member [ vector "A","a","E","e","I"," i "," O","o","U","u " ]     Sort   Key –Data     Rollup     Key –Data     out : : rollup(in) =   begin     out. data : : in.data ;     out.cc : : count( in.data );   end;          

T) When does Abinito creates work directories where it stores the temp files? Does it create when the sort component uses a particular layout for the first time or it has to be created separately?

Which ever path is provided in layout option, will be used to crate intermediate files.