Question: How can I replace any character & numeric values with some sort of character string? So if there is a blank, I want it to
How can I replace any character & numeric values with some sort of character string? So if there is a blank, I want it to say "Missing Value",but I still want it to display all other data as well. Note: This is in the SAS language.
- Thank you.

Sample data missing; /its the entire file path, then one m Name Gender Age lbs Tim M SaraF Mike M Luna F Mendez M Jack M Lor infile 'c:Usersl SASuser\Documents input Name Gender Age 1bs: 20 23 300 66 18011 run: title 'Sample' Eproc print data-missing noobs run: 130 15 200 21 150 12 85 CUserslEdgar
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
