Can anyone help to find a statement to get all the
predefined formats?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / cutepa1
Hi Diya! Thanks for your valuable answer. I shall start to
work with this.
Thank you.
| Is This Answer Correct ? | 0 Yes | 0 No |
How to find out no. of business days in a month using macros.???(excluding weekends and holidays).
what the use of proc glm
How would you code a macro statement to produce information on the sas log? This statement can be coded anywhere? : sas-macro
PROC SQL always ends with QUIT statement.Why cant you use RUN in PROQ SQL ?
Do you need to compute new variables? If so,should you do this before you execute the report-writing procedure?
differnce between 8.2 and 9.1.3
Which command is used to perform sorting in sas program?
what is cummaltive frequency,and varience in proc unviarte
for what purpose would you use the retain statement? : Sas programming
what is PhaseIII, ODS, TLG, Macro and Proc in SAS
What is the one statement to set the criteria of data that can be coded in any step?
what is sas metadata repository? : Sas-bi