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

I was asked to store the following format into a catalog ("MyFormats") in the WORK library. I'm confused if I need a separate step to do this, or if I can insert the statements into the existing step. Thank you!

 

PROC FORMAT;
     VALUE YesNo
     0 = 'No'
     1 = 'Yes'
     OTHER = 'Unexpected Value';
RUN;

1 ACCEPTED SOLUTION
1 REPLY 1

Catch up on SAS Innovate 2026

Dive into keynotes, announcements and breakthroughs on demand.

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
  • 1 reply
  • 1281 views
  • 1 like
  • 2 in conversation