FILL and COMMA functions crash if the string contains a missing value (not undefined).
program string x missing values x ("NA") set x ("NA") write [fill(x,".")] [comma(x)] end program