BookmarkSubscribeRSS Feed
saslackey
Calcite | Level 5
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';

what could possibily be wrong with this?
1 REPLY 1
saslackey
Calcite | Level 5
thanks but i figured it out. just some simple syntax mistakes, semicolan errors. i am a new learner but felt good to out 🙂

hackathon24-white-horiz.png

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

What is Bayesian Analysis?

Learn the difference between classical and Bayesian statistical approaches and see a few PROC examples to perform Bayesian analysis in this video.

Find more tutorials on the SAS Users YouTube channel.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 1 reply
  • 930 views
  • 0 likes
  • 1 in conversation