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

i have a dataset with 100 obs i want to generate title from 20th obs onwards with total observations. that should contain 100 obs.dont use firstobs and dnt split the data. use dataset block or proc report? how can we genarate;

1977


What is a macro routine?

2106


how to create the AE dataset by using SDTMIG specifications and SAP plan by using UNIX platform?

2293


What is by-group processing?

579


Can you execute macro within another macro? If so, how would sas know where the current macro ended and the new one began? : sas-macro

704






what is the one statement to set the criteria of data that can be coded in any step? : Sas programming

654


what is operational data and operational system? : Sas-di

637


What is the general format of function in sas? : sas-grid-administration

573


What are the applications primarily used by business analyst? : Sas-bi

558


Difference between informat and format?

646


What are the differences between proc means and proc summary?

605


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

567


What is the work of tranwrd function?

672


hi tell be about pfizer? how to compare the work with other companies ? please tell me how to login and work also?

1667


What is the use of function Proc summary?

657