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


Please Help Members By Posting Answers For Below Questions

name several ways to achieve efficiency in your program? : Sas programming

566


Give some examples where proc report’s defaults are same as proc print’s defaults?

638


What are common programming errors committed in sas

671


how does sas handle missing values in functions? : Sas programming

600


What are the parameters of scan function?

620






what are some differences between proc summary and proc means? : Sas programming

505


What can you learn from the SAS log when debugging?

916


What are the ways to do a “table lookup” in sas?

590


Enlist the syntax rules followed in sas statements.

612


what are input dataset and output dataset options? : Sas programming

561


What are the implications?

1180


what is sas business intelligence? : Sas-bi

585


Approximately what date is represented by the SAS date value of 730?

745


how will you locate the sas platform applications? : Sas-bi

581


what do you mean by data staging area? : Sas-di

600