hi hve a simple swap process i need to carry out. IF LMA=12 and STATENAME='Alabama' then LMANAME="Troy-Eufaula
and if LMA=12 and STATENAME = 'Alabama' then LMANAME='Tombigbee'
so i wrote the code this way but it was generating errors
LIBNAME PERM 'P:\SASData\Datasets';
DATA A;;
Set PERM.LMA;// LMA is the name of the dataset
if ((StateName='Alabama')& (LandMarketAreaId = 12))
then LandMarketAreaName='Troy-Eufaula';
thanks but i figured it out. just some simple syntax mistakes, semicolan errors. i am a new learner but felt good to out 🙂
Our biggest data and AI event of the year.
Don’t miss the livestream kicking off May 7. It’s free. It’s easy. And it’s the best seat in the house.
Join us virtually with our complimentary SAS Innovate Digital Pass. Watch live or on-demand in multiple languages, with translations available to help you get the most out of every session.