Wednesday, March 30, 2011

SAS 1001 Tips - Tip 9 - Saving format into a library

Formats can be stored into a library using the following codes. libname ex 'libref'; proc format library=ex; value ; run; libref - refers to the location on the harddrive.

No comments: