Hi All,
I have a question. Please help as soon as possible.
Suppose i have a dataset Which having variables like V, V1. V2, V3,V4,V5.V6,V7 and so on in order. I want to create a new Variable in such a way that if V is not missing then New varible will have the value of V. If V is missing then New varible will have the value of V1. If V and V1 are both missing then New varible will have the value of V2. If V, V1 and V2 are missing then New varible will have the value of V3 and so on.
Can any one suggest , How should we proceed.
Thanks in Advance.
try coalesce function
new=coalesce(V,V1, V2, V3,V4,V5,V6,V7);
thanks,
jagadish
Thanks. It works
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 lock in 2025 pricing—just $495!
Still thinking about your presentation idea? The submission deadline has been extended to Friday, Nov. 14, at 11:59 p.m. ET.
Learn how use the CAT functions in SAS to join values from multiple variables into a single value.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.