Can anyone help to find a statement to get all the
predefined formats?
Answer Posted / diya
to use the permanent format catalog the statement is
libname a 'c:\sas\files';
options fmtsearch=(a.treesfmt);
proc print data=a.trees (obs=5) label;
run;
To use your permanent sas data set eith user-defined
fortmat for the future sas sessions you need to
1. assign a sas library to location of the sas format
catalog.
2. specfiy the name of the sas format catalog with the ftm
seacrch option.
for info this website
http://www.umass.edu/statdata/software/handouts/SASLevel2.pd
f
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How to sort in descending order?
Mention how to limit decimal places for the variable using proc means?
What does proc print, and proc contents are used for?
What are the difference between the sas data step and sas procs?
What do you code to create a macro? : sas-macro
Why double trailing @@ is used in input statement?
Of all your work, where have you been the most successful?
How do you control the number of observations and/or variables read or written? Approximately what date is represented by the SAS date value of 730?
Explain the difference between informat and format with an example.
List out some key concept of SAS
what is sas enterprise intelligence architecture? : Sas-bi
what is the difference between floor and ceil functions in sas? : Sas-administrator
how does sas handle missing values in: assignment statements, functions, a merge, an update, sort order, formats, procs? : Sas programming
How many ways to overcome a missing values???
What versions of SAS have you used (on which platforms)?