Hi all,
Is there a way to list all available standardization definitions for a SAS Quality Knowledge Base?
I am trying to use the following definition to standardize my phone numbers:
My code looks like below:
options DQLOCALE=(ENGBR);
data work.claim_telephone;
set work.claim_telephone;
phoneNumberStd = dqStandardize(phoneNumber, 'Phone (with Country Code)');
run;I assume it is not working because I should call the definition with something else than "Phone (with Country Code)"?
Best regards,
Olli
Looks like this macro was what I was after:
%dqputloc(enusa);
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!
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.