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;

 

 

 

 

 

Catch up on SAS Innovate 2026

Nearly 200 sessions are now available on demand with the SAS Innovate Digital Pass.

Explore Now →
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
  • 5700 views
  • 4 likes
  • 3 in conversation