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

Explain what is the use of proc gplot?

690


What is data _null_?

681


Have you ever used the SAS Debugger?

1194


How would you code a macro statement to produce information on the sas log? This statement can be coded anywhere? : sas-macro

568


What is the maximum and minimum length of macro variable

641






Mention how to limit decimal places for the variable using proc means?

630


Tell e how how dealt with..

1756


how does sas handle missing values in: assignment statements, functions, a merge, an update, sort order, formats, procs? : Sas programming

586


What are symget and symput? : sas-macro

711


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

2279


Give some ways by which you can define the variables to produce the summary report (using proc report)?

584


In sas, what are the areas that you are most interested in? : sas-grid-administration

622


Where do you use proc means over proc freq?

548


Explain proc univariate?

591


what is study design in while working with SAS? what are screening variables in SAS?

1667