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

2025 SAS Hackathon: There is still time!

Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!

Register Now

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
  • 894 views
  • 0 likes
  • 1 in conversation