data test; input @1 sal 6.; datalines; $1,234 ; run; What is the value of sal in the test dataset?
Error because of giving formats while the format statement is not provided
Missing
1234
$1,234