data test; input @1 sal 6.; datalines; $1,234 ; run; What is the value of sal in the test dataset?
Reveal answer
Fill a bubble to check yourself
data test; input @1 sal 6.; datalines; $1,234 ; run; What is the value of sal in the test dataset?