Multiple choice technology programming languages What is the use of PUT function in a DATA step? converts character to numeric onverts numeric to character writes the values to the output file None of the above Reveal answer Fill a bubble to check yourself B Correct answer Explanation In SAS, the PUT function is used to convert a numeric value to a character value using a specified format. The INPUT function is used to convert character values to numeric values.