BookmarkSubscribeRSS Feed
thanikondharish
Calcite | Level 5
Proc format;
Value $gen 'F'='female' 'M'='male' ;
Run;

How to delete above like use proc datasets or proc catalog
2 REPLIES 2
RW9
Diamond | Level 26 RW9
Diamond | Level 26

Proc catalog:

http://support.sas.com/documentation/cdl/en/proc/61895/HTML/default/viewer.htm#a002473347.htm

 

Please mark your previous questions as Answered!!

kz_
Quartz | Level 8 kz_
Quartz | Level 8
proc catalog catalog=work.formats; 
     delete gen.format; 
run;

Ready to join fellow brilliant minds for the SAS Hackathon?

Build your skills. Make connections. Enjoy creative freedom. Maybe change the world. Registration is now open through August 30th. Visit the SAS Hackathon homepage.

Register today!
How to Concatenate Values

Learn how use the CAT functions in SAS to join values from multiple variables into a single value.

Find more tutorials on the SAS Users YouTube channel.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 2 replies
  • 7018 views
  • 2 likes
  • 3 in conversation