Hi,
Is it possible to replace an empty char variable with a specific string ? I know the replace function but I have to combine it with something else. Is there a kind of COALESCEC in SAS VA? we are running 7.3.
Thanks in advance.
Hi!
IF missing([var]) RETURN 'Missing value!'
ELSE [var]
???
//Fredrik
Hi!
IF missing([var]) RETURN 'Missing value!'
ELSE [var]
???
//Fredrik
It works!!!! thanks
April 27 – 30 | Gaylord Texan | Grapevine, Texas
Walk in ready to learn. Walk out ready to deliver. This is the data and AI conference you can't afford to miss.
Register now and save with the early bird rate—just $795!
See how to use one filter for multiple data sources by mapping your data from SAS’ Alexandria McCall.
Find more tutorials on the SAS Users YouTube channel.