BookmarkSubscribeRSS Feed
allurai0412
Fluorite | Level 6

hi,

I have a question about the PROC FORMAT...

1)if i have not mentioned any 'lib' in the proc format ..procedure ...where does it saves ?/ (work or sascatalog)


PROC FORMAT;
VALUE name range-1 = 'formatted-text-1'
                         range-2 = 'formatted-text-2'

                           range-n = 'formatted-text-n';

2)The fromats like system generated  'timeampm. '..............which location will all these saved ?

please note  that i am not asking for how to search for FOMATS(fmlib,fmsearch.........)

Any links providing.......also helps me ...

Regards,

Allu

2 REPLIES 2
Amir
PROC Star

Hi,

According to:

Base SAS(R) 9.3 Procedures Guide, Second Edition

"If you omit the LIBRARY= option, then formats and informats are stored in the WORK.FORMATS catalog."

I am not sure how (if at all) one can access predefined SAS formats.

Regards,

Amir.

hackathon24-white-horiz.png

The 2025 SAS Hackathon Kicks Off on June 11!

Watch the live Hackathon Kickoff to get all the essential information about the SAS Hackathon—including how to join, how to participate, and expert tips for success.

YouTube LinkedIn

What is Bayesian Analysis?

Learn the difference between classical and Bayesian statistical approaches and see a few PROC examples to perform Bayesian analysis in this video.

Find more tutorials on the SAS Users YouTube channel.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

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