BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
novinosrin
Tourmaline | Level 20

Hello @Jens89  Sorry too late into the thread and would just add a suggestion that's meant for lazy folks like me. 

Since 5,6,7 are continuous, you could write your

 

IN(5,6,7) = "manager"

as

  5:7= "manager"

 

 

proc format lib=work;
    value fmt 1='analyst/technician'
              2='apprentice/to trade'
              3='Artist'
              4='Clerical'
	     5:7= "manager"
              .='Missing'
          other='Unknown'
    ;
run;

 

 

 

 

 

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

Mastering the WHERE Clause in PROC SQL

SAS' Charu Shankar shares her PROC SQL expertise by showing you how to master the WHERE clause using real winter weather data.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 15 replies
  • 3154 views
  • 4 likes
  • 3 in conversation