S) How to read different dml file to a single file ? Get link Facebook X Pinterest Email Other Apps - August 22, 2025 use red ef ine format or use read_multi ple file Read more
S) Dedup Example Get link Facebook X Pinterest Email Other Apps - August 20, 2025 input : - id 1 1 1 2 2 3 Output required id 1 1 2 Id 3 Id 1 2 Note : - Use dedup keep fst and keep last with null key . Read more
S) How to take a count of vowel present in a string ? Get link Facebook X Pinterest Email Other Apps - August 18, 2025 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; Read more