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
What will calendar procedure do?
If you use a symput in a data step, when and where can you use the macro variable? : sas-macro
if you were told to create many records from one record, show how you would do this using array and with proc transpose? : Sas programming
What do you know about sas and what we do? : sas-grid-administration
what is the difference between infile and input? : Sas-administrator
what is sas enterprise intelligence architecture? : Sas-bi
Which command is used to save logs in the external file?
how will you locate the sas platform applications? : Sas-bi
How we can call macros with in data step? : sas-macro
What is the use of stop statement?
How to specify variables to be processed by the freq procedure?
Which are the statements whose placement in the data step is critical?
What do you understand by the term Normal Distribution?
Approximately what date is represented by the SAS date value of 730?
How do you control the number of observations and/or variables read or written?