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.

sas-innovate-2024.png

Available on demand!

Missed SAS Innovate Las Vegas? Watch all the action for free! View the keynotes, general sessions and 22 breakouts on demand.

 

Register now!

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.

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
  • 687 views
  • 3 likes
  • 2 in conversation