BEGIN { FS = ":" } /%%/ { Section++ } /^[A-Z][a-zA-Z]*/ { if ( Section == 1 ) print "\tprdn_"$1"," }