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 🙂

sas-innovate-white.png

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.

 

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